formal.IntegrationCloud
Explore with Pulumi AI
Registering a Cloud integration.
Create IntegrationCloud Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new IntegrationCloud(name: string, args: IntegrationCloudArgs, opts?: CustomResourceOptions);
@overload
def IntegrationCloud(resource_name: str,
args: IntegrationCloudArgs,
opts: Optional[ResourceOptions] = None)
@overload
def IntegrationCloud(resource_name: str,
opts: Optional[ResourceOptions] = None,
cloud_region: Optional[str] = None,
aws: Optional[IntegrationCloudAwsArgs] = None,
name: Optional[str] = None,
type: Optional[str] = None)
func NewIntegrationCloud(ctx *Context, name string, args IntegrationCloudArgs, opts ...ResourceOption) (*IntegrationCloud, error)
public IntegrationCloud(string name, IntegrationCloudArgs args, CustomResourceOptions? opts = null)
public IntegrationCloud(String name, IntegrationCloudArgs args)
public IntegrationCloud(String name, IntegrationCloudArgs args, CustomResourceOptions options)
type: formal:IntegrationCloud
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args IntegrationCloudArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args IntegrationCloudArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args IntegrationCloudArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args IntegrationCloudArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args IntegrationCloudArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var integrationCloudResource = new Pulumi.IntegrationCloud("integrationCloudResource", new()
{
CloudRegion = "string",
Aws = new Pulumi.Inputs.IntegrationCloudAwsArgs
{
TemplateVersion = "string",
AllowS3Access = false,
AwsCustomerRoleArn = "string",
EnableEc2Autodiscovery = false,
EnableEcsAutodiscovery = false,
EnableEksAutodiscovery = false,
EnableRdsAutodiscovery = false,
EnableRedshiftAutodiscovery = false,
S3BucketArn = "string",
},
Name = "string",
});
example, err := formal.NewIntegrationCloud(ctx, "integrationCloudResource", &formal.IntegrationCloudArgs{
CloudRegion: pulumi.String("string"),
Aws: &formal.IntegrationCloudAwsArgs{
TemplateVersion: pulumi.String("string"),
AllowS3Access: pulumi.Bool(false),
AwsCustomerRoleArn: pulumi.String("string"),
EnableEc2Autodiscovery: pulumi.Bool(false),
EnableEcsAutodiscovery: pulumi.Bool(false),
EnableEksAutodiscovery: pulumi.Bool(false),
EnableRdsAutodiscovery: pulumi.Bool(false),
EnableRedshiftAutodiscovery: pulumi.Bool(false),
S3BucketArn: pulumi.String("string"),
},
Name: pulumi.String("string"),
})
var integrationCloudResource = new IntegrationCloud("integrationCloudResource", IntegrationCloudArgs.builder()
.cloudRegion("string")
.aws(IntegrationCloudAwsArgs.builder()
.templateVersion("string")
.allowS3Access(false)
.awsCustomerRoleArn("string")
.enableEc2Autodiscovery(false)
.enableEcsAutodiscovery(false)
.enableEksAutodiscovery(false)
.enableRdsAutodiscovery(false)
.enableRedshiftAutodiscovery(false)
.s3BucketArn("string")
.build())
.name("string")
.build());
integration_cloud_resource = formal.IntegrationCloud("integrationCloudResource",
cloud_region="string",
aws={
"template_version": "string",
"allow_s3_access": False,
"aws_customer_role_arn": "string",
"enable_ec2_autodiscovery": False,
"enable_ecs_autodiscovery": False,
"enable_eks_autodiscovery": False,
"enable_rds_autodiscovery": False,
"enable_redshift_autodiscovery": False,
"s3_bucket_arn": "string",
},
name="string")
const integrationCloudResource = new formal.IntegrationCloud("integrationCloudResource", {
cloudRegion: "string",
aws: {
templateVersion: "string",
allowS3Access: false,
awsCustomerRoleArn: "string",
enableEc2Autodiscovery: false,
enableEcsAutodiscovery: false,
enableEksAutodiscovery: false,
enableRdsAutodiscovery: false,
enableRedshiftAutodiscovery: false,
s3BucketArn: "string",
},
name: "string",
});
type: formal:IntegrationCloud
properties:
aws:
allowS3Access: false
awsCustomerRoleArn: string
enableEc2Autodiscovery: false
enableEcsAutodiscovery: false
enableEksAutodiscovery: false
enableRdsAutodiscovery: false
enableRedshiftAutodiscovery: false
s3BucketArn: string
templateVersion: string
cloudRegion: string
name: string
IntegrationCloud Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The IntegrationCloud resource accepts the following input properties:
- Cloud
Region string - Region of the cloud provider.
- Aws
Formal.
Pulumi. Inputs. Integration Cloud Aws - Configuration block for AWS integration.
- Name string
- Name of the Integration.
- Type string
- Type of the Integration. (Supported: aws)
- Cloud
Region string - Region of the cloud provider.
- Aws
Integration
Cloud Aws Args - Configuration block for AWS integration.
- Name string
- Name of the Integration.
- Type string
- Type of the Integration. (Supported: aws)
- cloud
Region String - Region of the cloud provider.
- aws
Integration
Cloud Aws - Configuration block for AWS integration.
- name String
- Name of the Integration.
- type String
- Type of the Integration. (Supported: aws)
- cloud
Region string - Region of the cloud provider.
- aws
Integration
Cloud Aws - Configuration block for AWS integration.
- name string
- Name of the Integration.
- type string
- Type of the Integration. (Supported: aws)
- cloud_
region str - Region of the cloud provider.
- aws
Integration
Cloud Aws Args - Configuration block for AWS integration.
- name str
- Name of the Integration.
- type str
- Type of the Integration. (Supported: aws)
- cloud
Region String - Region of the cloud provider.
- aws Property Map
- Configuration block for AWS integration.
- name String
- Name of the Integration.
- type String
- Type of the Integration. (Supported: aws)
Outputs
All input properties are implicitly available as output properties. Additionally, the IntegrationCloud resource produces the following output properties:
- Aws
Allow boolS3Access - Whether AWS S3 access is allowed or not.
- Aws
Enable boolEc2Autodiscovery - Whether AWS EC2 autodiscovery is enabled or not.
- Aws
Enable boolEcs Autodiscovery - Whether AWS ECS autodiscovery is enabled or not.
- Aws
Enable boolEks Autodiscovery - Whether AWS EKS autodiscovery is enabled or not.
- Aws
Enable boolRds Autodiscovery - Whether AWS RDS autodiscovery is enabled or not.
- Aws
Enable boolRedshift Autodiscovery - Whether AWS Redshift autodiscovery is enabled or not.
- Aws
Formal stringIam Role - The IAM role ID Formal will use to access your resources.
- Aws
Formal stringPingback Arn - The SNS topic ARN CloudFormation can use to send events to Formal.
- Aws
Formal stringStack Name - A generated name for your CloudFormation stack.
- Aws
S3Bucket stringArn - The AWS S3 bucket ARN this Cloud Integration is allowed to use for Log Integrations, if it is allowed to access S3.
- Aws
Template stringBody - The template body of the CloudFormation stack.
- Id string
- The provider-assigned unique ID for this managed resource.
- Aws
Allow boolS3Access - Whether AWS S3 access is allowed or not.
- Aws
Enable boolEc2Autodiscovery - Whether AWS EC2 autodiscovery is enabled or not.
- Aws
Enable boolEcs Autodiscovery - Whether AWS ECS autodiscovery is enabled or not.
- Aws
Enable boolEks Autodiscovery - Whether AWS EKS autodiscovery is enabled or not.
- Aws
Enable boolRds Autodiscovery - Whether AWS RDS autodiscovery is enabled or not.
- Aws
Enable boolRedshift Autodiscovery - Whether AWS Redshift autodiscovery is enabled or not.
- Aws
Formal stringIam Role - The IAM role ID Formal will use to access your resources.
- Aws
Formal stringPingback Arn - The SNS topic ARN CloudFormation can use to send events to Formal.
- Aws
Formal stringStack Name - A generated name for your CloudFormation stack.
- Aws
S3Bucket stringArn - The AWS S3 bucket ARN this Cloud Integration is allowed to use for Log Integrations, if it is allowed to access S3.
- Aws
Template stringBody - The template body of the CloudFormation stack.
- Id string
- The provider-assigned unique ID for this managed resource.
- aws
Allow BooleanS3Access - Whether AWS S3 access is allowed or not.
- aws
Enable BooleanEc2Autodiscovery - Whether AWS EC2 autodiscovery is enabled or not.
- aws
Enable BooleanEcs Autodiscovery - Whether AWS ECS autodiscovery is enabled or not.
- aws
Enable BooleanEks Autodiscovery - Whether AWS EKS autodiscovery is enabled or not.
- aws
Enable BooleanRds Autodiscovery - Whether AWS RDS autodiscovery is enabled or not.
- aws
Enable BooleanRedshift Autodiscovery - Whether AWS Redshift autodiscovery is enabled or not.
- aws
Formal StringIam Role - The IAM role ID Formal will use to access your resources.
- aws
Formal StringPingback Arn - The SNS topic ARN CloudFormation can use to send events to Formal.
- aws
Formal StringStack Name - A generated name for your CloudFormation stack.
- aws
S3Bucket StringArn - The AWS S3 bucket ARN this Cloud Integration is allowed to use for Log Integrations, if it is allowed to access S3.
- aws
Template StringBody - The template body of the CloudFormation stack.
- id String
- The provider-assigned unique ID for this managed resource.
- aws
Allow booleanS3Access - Whether AWS S3 access is allowed or not.
- aws
Enable booleanEc2Autodiscovery - Whether AWS EC2 autodiscovery is enabled or not.
- aws
Enable booleanEcs Autodiscovery - Whether AWS ECS autodiscovery is enabled or not.
- aws
Enable booleanEks Autodiscovery - Whether AWS EKS autodiscovery is enabled or not.
- aws
Enable booleanRds Autodiscovery - Whether AWS RDS autodiscovery is enabled or not.
- aws
Enable booleanRedshift Autodiscovery - Whether AWS Redshift autodiscovery is enabled or not.
- aws
Formal stringIam Role - The IAM role ID Formal will use to access your resources.
- aws
Formal stringPingback Arn - The SNS topic ARN CloudFormation can use to send events to Formal.
- aws
Formal stringStack Name - A generated name for your CloudFormation stack.
- aws
S3Bucket stringArn - The AWS S3 bucket ARN this Cloud Integration is allowed to use for Log Integrations, if it is allowed to access S3.
- aws
Template stringBody - The template body of the CloudFormation stack.
- id string
- The provider-assigned unique ID for this managed resource.
- aws_
allow_ bools3_ access - Whether AWS S3 access is allowed or not.
- aws_
enable_ boolec2_ autodiscovery - Whether AWS EC2 autodiscovery is enabled or not.
- aws_
enable_ boolecs_ autodiscovery - Whether AWS ECS autodiscovery is enabled or not.
- aws_
enable_ booleks_ autodiscovery - Whether AWS EKS autodiscovery is enabled or not.
- aws_
enable_ boolrds_ autodiscovery - Whether AWS RDS autodiscovery is enabled or not.
- aws_
enable_ boolredshift_ autodiscovery - Whether AWS Redshift autodiscovery is enabled or not.
- aws_
formal_ striam_ role - The IAM role ID Formal will use to access your resources.
- aws_
formal_ strpingback_ arn - The SNS topic ARN CloudFormation can use to send events to Formal.
- aws_
formal_ strstack_ name - A generated name for your CloudFormation stack.
- aws_
s3_ strbucket_ arn - The AWS S3 bucket ARN this Cloud Integration is allowed to use for Log Integrations, if it is allowed to access S3.
- aws_
template_ strbody - The template body of the CloudFormation stack.
- id str
- The provider-assigned unique ID for this managed resource.
- aws
Allow BooleanS3Access - Whether AWS S3 access is allowed or not.
- aws
Enable BooleanEc2Autodiscovery - Whether AWS EC2 autodiscovery is enabled or not.
- aws
Enable BooleanEcs Autodiscovery - Whether AWS ECS autodiscovery is enabled or not.
- aws
Enable BooleanEks Autodiscovery - Whether AWS EKS autodiscovery is enabled or not.
- aws
Enable BooleanRds Autodiscovery - Whether AWS RDS autodiscovery is enabled or not.
- aws
Enable BooleanRedshift Autodiscovery - Whether AWS Redshift autodiscovery is enabled or not.
- aws
Formal StringIam Role - The IAM role ID Formal will use to access your resources.
- aws
Formal StringPingback Arn - The SNS topic ARN CloudFormation can use to send events to Formal.
- aws
Formal StringStack Name - A generated name for your CloudFormation stack.
- aws
S3Bucket StringArn - The AWS S3 bucket ARN this Cloud Integration is allowed to use for Log Integrations, if it is allowed to access S3.
- aws
Template StringBody - The template body of the CloudFormation stack.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing IntegrationCloud Resource
Get an existing IntegrationCloud resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: IntegrationCloudState, opts?: CustomResourceOptions): IntegrationCloud
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
aws: Optional[IntegrationCloudAwsArgs] = None,
aws_allow_s3_access: Optional[bool] = None,
aws_enable_ec2_autodiscovery: Optional[bool] = None,
aws_enable_ecs_autodiscovery: Optional[bool] = None,
aws_enable_eks_autodiscovery: Optional[bool] = None,
aws_enable_rds_autodiscovery: Optional[bool] = None,
aws_enable_redshift_autodiscovery: Optional[bool] = None,
aws_formal_iam_role: Optional[str] = None,
aws_formal_pingback_arn: Optional[str] = None,
aws_formal_stack_name: Optional[str] = None,
aws_s3_bucket_arn: Optional[str] = None,
aws_template_body: Optional[str] = None,
cloud_region: Optional[str] = None,
name: Optional[str] = None,
type: Optional[str] = None) -> IntegrationCloud
func GetIntegrationCloud(ctx *Context, name string, id IDInput, state *IntegrationCloudState, opts ...ResourceOption) (*IntegrationCloud, error)
public static IntegrationCloud Get(string name, Input<string> id, IntegrationCloudState? state, CustomResourceOptions? opts = null)
public static IntegrationCloud get(String name, Output<String> id, IntegrationCloudState state, CustomResourceOptions options)
resources: _: type: formal:IntegrationCloud get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Aws
Formal.
Pulumi. Inputs. Integration Cloud Aws - Configuration block for AWS integration.
- Aws
Allow boolS3Access - Whether AWS S3 access is allowed or not.
- Aws
Enable boolEc2Autodiscovery - Whether AWS EC2 autodiscovery is enabled or not.
- Aws
Enable boolEcs Autodiscovery - Whether AWS ECS autodiscovery is enabled or not.
- Aws
Enable boolEks Autodiscovery - Whether AWS EKS autodiscovery is enabled or not.
- Aws
Enable boolRds Autodiscovery - Whether AWS RDS autodiscovery is enabled or not.
- Aws
Enable boolRedshift Autodiscovery - Whether AWS Redshift autodiscovery is enabled or not.
- Aws
Formal stringIam Role - The IAM role ID Formal will use to access your resources.
- Aws
Formal stringPingback Arn - The SNS topic ARN CloudFormation can use to send events to Formal.
- Aws
Formal stringStack Name - A generated name for your CloudFormation stack.
- Aws
S3Bucket stringArn - The AWS S3 bucket ARN this Cloud Integration is allowed to use for Log Integrations, if it is allowed to access S3.
- Aws
Template stringBody - The template body of the CloudFormation stack.
- Cloud
Region string - Region of the cloud provider.
- Name string
- Name of the Integration.
- Type string
- Type of the Integration. (Supported: aws)
- Aws
Integration
Cloud Aws Args - Configuration block for AWS integration.
- Aws
Allow boolS3Access - Whether AWS S3 access is allowed or not.
- Aws
Enable boolEc2Autodiscovery - Whether AWS EC2 autodiscovery is enabled or not.
- Aws
Enable boolEcs Autodiscovery - Whether AWS ECS autodiscovery is enabled or not.
- Aws
Enable boolEks Autodiscovery - Whether AWS EKS autodiscovery is enabled or not.
- Aws
Enable boolRds Autodiscovery - Whether AWS RDS autodiscovery is enabled or not.
- Aws
Enable boolRedshift Autodiscovery - Whether AWS Redshift autodiscovery is enabled or not.
- Aws
Formal stringIam Role - The IAM role ID Formal will use to access your resources.
- Aws
Formal stringPingback Arn - The SNS topic ARN CloudFormation can use to send events to Formal.
- Aws
Formal stringStack Name - A generated name for your CloudFormation stack.
- Aws
S3Bucket stringArn - The AWS S3 bucket ARN this Cloud Integration is allowed to use for Log Integrations, if it is allowed to access S3.
- Aws
Template stringBody - The template body of the CloudFormation stack.
- Cloud
Region string - Region of the cloud provider.
- Name string
- Name of the Integration.
- Type string
- Type of the Integration. (Supported: aws)
- aws
Integration
Cloud Aws - Configuration block for AWS integration.
- aws
Allow BooleanS3Access - Whether AWS S3 access is allowed or not.
- aws
Enable BooleanEc2Autodiscovery - Whether AWS EC2 autodiscovery is enabled or not.
- aws
Enable BooleanEcs Autodiscovery - Whether AWS ECS autodiscovery is enabled or not.
- aws
Enable BooleanEks Autodiscovery - Whether AWS EKS autodiscovery is enabled or not.
- aws
Enable BooleanRds Autodiscovery - Whether AWS RDS autodiscovery is enabled or not.
- aws
Enable BooleanRedshift Autodiscovery - Whether AWS Redshift autodiscovery is enabled or not.
- aws
Formal StringIam Role - The IAM role ID Formal will use to access your resources.
- aws
Formal StringPingback Arn - The SNS topic ARN CloudFormation can use to send events to Formal.
- aws
Formal StringStack Name - A generated name for your CloudFormation stack.
- aws
S3Bucket StringArn - The AWS S3 bucket ARN this Cloud Integration is allowed to use for Log Integrations, if it is allowed to access S3.
- aws
Template StringBody - The template body of the CloudFormation stack.
- cloud
Region String - Region of the cloud provider.
- name String
- Name of the Integration.
- type String
- Type of the Integration. (Supported: aws)
- aws
Integration
Cloud Aws - Configuration block for AWS integration.
- aws
Allow booleanS3Access - Whether AWS S3 access is allowed or not.
- aws
Enable booleanEc2Autodiscovery - Whether AWS EC2 autodiscovery is enabled or not.
- aws
Enable booleanEcs Autodiscovery - Whether AWS ECS autodiscovery is enabled or not.
- aws
Enable booleanEks Autodiscovery - Whether AWS EKS autodiscovery is enabled or not.
- aws
Enable booleanRds Autodiscovery - Whether AWS RDS autodiscovery is enabled or not.
- aws
Enable booleanRedshift Autodiscovery - Whether AWS Redshift autodiscovery is enabled or not.
- aws
Formal stringIam Role - The IAM role ID Formal will use to access your resources.
- aws
Formal stringPingback Arn - The SNS topic ARN CloudFormation can use to send events to Formal.
- aws
Formal stringStack Name - A generated name for your CloudFormation stack.
- aws
S3Bucket stringArn - The AWS S3 bucket ARN this Cloud Integration is allowed to use for Log Integrations, if it is allowed to access S3.
- aws
Template stringBody - The template body of the CloudFormation stack.
- cloud
Region string - Region of the cloud provider.
- name string
- Name of the Integration.
- type string
- Type of the Integration. (Supported: aws)
- aws
Integration
Cloud Aws Args - Configuration block for AWS integration.
- aws_
allow_ bools3_ access - Whether AWS S3 access is allowed or not.
- aws_
enable_ boolec2_ autodiscovery - Whether AWS EC2 autodiscovery is enabled or not.
- aws_
enable_ boolecs_ autodiscovery - Whether AWS ECS autodiscovery is enabled or not.
- aws_
enable_ booleks_ autodiscovery - Whether AWS EKS autodiscovery is enabled or not.
- aws_
enable_ boolrds_ autodiscovery - Whether AWS RDS autodiscovery is enabled or not.
- aws_
enable_ boolredshift_ autodiscovery - Whether AWS Redshift autodiscovery is enabled or not.
- aws_
formal_ striam_ role - The IAM role ID Formal will use to access your resources.
- aws_
formal_ strpingback_ arn - The SNS topic ARN CloudFormation can use to send events to Formal.
- aws_
formal_ strstack_ name - A generated name for your CloudFormation stack.
- aws_
s3_ strbucket_ arn - The AWS S3 bucket ARN this Cloud Integration is allowed to use for Log Integrations, if it is allowed to access S3.
- aws_
template_ strbody - The template body of the CloudFormation stack.
- cloud_
region str - Region of the cloud provider.
- name str
- Name of the Integration.
- type str
- Type of the Integration. (Supported: aws)
- aws Property Map
- Configuration block for AWS integration.
- aws
Allow BooleanS3Access - Whether AWS S3 access is allowed or not.
- aws
Enable BooleanEc2Autodiscovery - Whether AWS EC2 autodiscovery is enabled or not.
- aws
Enable BooleanEcs Autodiscovery - Whether AWS ECS autodiscovery is enabled or not.
- aws
Enable BooleanEks Autodiscovery - Whether AWS EKS autodiscovery is enabled or not.
- aws
Enable BooleanRds Autodiscovery - Whether AWS RDS autodiscovery is enabled or not.
- aws
Enable BooleanRedshift Autodiscovery - Whether AWS Redshift autodiscovery is enabled or not.
- aws
Formal StringIam Role - The IAM role ID Formal will use to access your resources.
- aws
Formal StringPingback Arn - The SNS topic ARN CloudFormation can use to send events to Formal.
- aws
Formal StringStack Name - A generated name for your CloudFormation stack.
- aws
S3Bucket StringArn - The AWS S3 bucket ARN this Cloud Integration is allowed to use for Log Integrations, if it is allowed to access S3.
- aws
Template StringBody - The template body of the CloudFormation stack.
- cloud
Region String - Region of the cloud provider.
- name String
- Name of the Integration.
- type String
- Type of the Integration. (Supported: aws)
Supporting Types
IntegrationCloudAws, IntegrationCloudAwsArgs
- Template
Version string - The template version of the CloudFormation stack. Use
latest
to stay in sync. - Allow
S3Access bool - Allows the Cloud Integration to access S3 buckets for Log Integrations.
- Aws
Customer stringRole Arn - The ARN of the IAM role that Formal assumes in your AWS account to access your resources.
- Enable
Ec2Autodiscovery bool - Enables resource autodiscovery for EC2 instances.
- Enable
Ecs boolAutodiscovery - Enables resource autodiscovery for ECS clusters.
- Enable
Eks boolAutodiscovery - Enables resource autodiscovery for EKS clusters.
- Enable
Rds boolAutodiscovery - Enables resource autodiscovery for RDS instances (PostgreSQL, MySQL, MongoDB).
- Enable
Redshift boolAutodiscovery - Enables resource autodiscovery for Redshift clusters.
- S3Bucket
Arn string - The S3 bucket ARN this Cloud Integration is allowed to use for Log Integrations.
- Template
Version string - The template version of the CloudFormation stack. Use
latest
to stay in sync. - Allow
S3Access bool - Allows the Cloud Integration to access S3 buckets for Log Integrations.
- Aws
Customer stringRole Arn - The ARN of the IAM role that Formal assumes in your AWS account to access your resources.
- Enable
Ec2Autodiscovery bool - Enables resource autodiscovery for EC2 instances.
- Enable
Ecs boolAutodiscovery - Enables resource autodiscovery for ECS clusters.
- Enable
Eks boolAutodiscovery - Enables resource autodiscovery for EKS clusters.
- Enable
Rds boolAutodiscovery - Enables resource autodiscovery for RDS instances (PostgreSQL, MySQL, MongoDB).
- Enable
Redshift boolAutodiscovery - Enables resource autodiscovery for Redshift clusters.
- S3Bucket
Arn string - The S3 bucket ARN this Cloud Integration is allowed to use for Log Integrations.
- template
Version String - The template version of the CloudFormation stack. Use
latest
to stay in sync. - allow
S3Access Boolean - Allows the Cloud Integration to access S3 buckets for Log Integrations.
- aws
Customer StringRole Arn - The ARN of the IAM role that Formal assumes in your AWS account to access your resources.
- enable
Ec2Autodiscovery Boolean - Enables resource autodiscovery for EC2 instances.
- enable
Ecs BooleanAutodiscovery - Enables resource autodiscovery for ECS clusters.
- enable
Eks BooleanAutodiscovery - Enables resource autodiscovery for EKS clusters.
- enable
Rds BooleanAutodiscovery - Enables resource autodiscovery for RDS instances (PostgreSQL, MySQL, MongoDB).
- enable
Redshift BooleanAutodiscovery - Enables resource autodiscovery for Redshift clusters.
- s3Bucket
Arn String - The S3 bucket ARN this Cloud Integration is allowed to use for Log Integrations.
- template
Version string - The template version of the CloudFormation stack. Use
latest
to stay in sync. - allow
S3Access boolean - Allows the Cloud Integration to access S3 buckets for Log Integrations.
- aws
Customer stringRole Arn - The ARN of the IAM role that Formal assumes in your AWS account to access your resources.
- enable
Ec2Autodiscovery boolean - Enables resource autodiscovery for EC2 instances.
- enable
Ecs booleanAutodiscovery - Enables resource autodiscovery for ECS clusters.
- enable
Eks booleanAutodiscovery - Enables resource autodiscovery for EKS clusters.
- enable
Rds booleanAutodiscovery - Enables resource autodiscovery for RDS instances (PostgreSQL, MySQL, MongoDB).
- enable
Redshift booleanAutodiscovery - Enables resource autodiscovery for Redshift clusters.
- s3Bucket
Arn string - The S3 bucket ARN this Cloud Integration is allowed to use for Log Integrations.
- template_
version str - The template version of the CloudFormation stack. Use
latest
to stay in sync. - allow_
s3_ boolaccess - Allows the Cloud Integration to access S3 buckets for Log Integrations.
- aws_
customer_ strrole_ arn - The ARN of the IAM role that Formal assumes in your AWS account to access your resources.
- enable_
ec2_ boolautodiscovery - Enables resource autodiscovery for EC2 instances.
- enable_
ecs_ boolautodiscovery - Enables resource autodiscovery for ECS clusters.
- enable_
eks_ boolautodiscovery - Enables resource autodiscovery for EKS clusters.
- enable_
rds_ boolautodiscovery - Enables resource autodiscovery for RDS instances (PostgreSQL, MySQL, MongoDB).
- enable_
redshift_ boolautodiscovery - Enables resource autodiscovery for Redshift clusters.
- s3_
bucket_ strarn - The S3 bucket ARN this Cloud Integration is allowed to use for Log Integrations.
- template
Version String - The template version of the CloudFormation stack. Use
latest
to stay in sync. - allow
S3Access Boolean - Allows the Cloud Integration to access S3 buckets for Log Integrations.
- aws
Customer StringRole Arn - The ARN of the IAM role that Formal assumes in your AWS account to access your resources.
- enable
Ec2Autodiscovery Boolean - Enables resource autodiscovery for EC2 instances.
- enable
Ecs BooleanAutodiscovery - Enables resource autodiscovery for ECS clusters.
- enable
Eks BooleanAutodiscovery - Enables resource autodiscovery for EKS clusters.
- enable
Rds BooleanAutodiscovery - Enables resource autodiscovery for RDS instances (PostgreSQL, MySQL, MongoDB).
- enable
Redshift BooleanAutodiscovery - Enables resource autodiscovery for Redshift clusters.
- s3Bucket
Arn String - The S3 bucket ARN this Cloud Integration is allowed to use for Log Integrations.
Package Details
- Repository
- formal formalco/pulumi-formal
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
formal
Terraform Provider.