AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.fis.TargetAccountConfiguration
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
Resource schema for AWS::FIS::TargetAccountConfiguration
Create TargetAccountConfiguration Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TargetAccountConfiguration(name: string, args: TargetAccountConfigurationArgs, opts?: CustomResourceOptions);
@overload
def TargetAccountConfiguration(resource_name: str,
args: TargetAccountConfigurationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def TargetAccountConfiguration(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_id: Optional[str] = None,
experiment_template_id: Optional[str] = None,
role_arn: Optional[str] = None,
description: Optional[str] = None)
func NewTargetAccountConfiguration(ctx *Context, name string, args TargetAccountConfigurationArgs, opts ...ResourceOption) (*TargetAccountConfiguration, error)
public TargetAccountConfiguration(string name, TargetAccountConfigurationArgs args, CustomResourceOptions? opts = null)
public TargetAccountConfiguration(String name, TargetAccountConfigurationArgs args)
public TargetAccountConfiguration(String name, TargetAccountConfigurationArgs args, CustomResourceOptions options)
type: aws-native:fis:TargetAccountConfiguration
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 TargetAccountConfigurationArgs
- 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 TargetAccountConfigurationArgs
- 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 TargetAccountConfigurationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TargetAccountConfigurationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TargetAccountConfigurationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
TargetAccountConfiguration Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The TargetAccountConfiguration resource accepts the following input properties:
- Account
Id string - The AWS account ID of the target account.
- Experiment
Template stringId - The ID of the experiment template.
- Role
Arn string - The Amazon Resource Name (ARN) of an IAM role for the target account.
- Description string
- The description of the target account.
- Account
Id string - The AWS account ID of the target account.
- Experiment
Template stringId - The ID of the experiment template.
- Role
Arn string - The Amazon Resource Name (ARN) of an IAM role for the target account.
- Description string
- The description of the target account.
- account
Id String - The AWS account ID of the target account.
- experiment
Template StringId - The ID of the experiment template.
- role
Arn String - The Amazon Resource Name (ARN) of an IAM role for the target account.
- description String
- The description of the target account.
- account
Id string - The AWS account ID of the target account.
- experiment
Template stringId - The ID of the experiment template.
- role
Arn string - The Amazon Resource Name (ARN) of an IAM role for the target account.
- description string
- The description of the target account.
- account_
id str - The AWS account ID of the target account.
- experiment_
template_ strid - The ID of the experiment template.
- role_
arn str - The Amazon Resource Name (ARN) of an IAM role for the target account.
- description str
- The description of the target account.
- account
Id String - The AWS account ID of the target account.
- experiment
Template StringId - The ID of the experiment template.
- role
Arn String - The Amazon Resource Name (ARN) of an IAM role for the target account.
- description String
- The description of the target account.
Outputs
All input properties are implicitly available as output properties. Additionally, the TargetAccountConfiguration resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi