1. Packages
  2. AWS Native
  3. API Docs
  4. fis
  5. TargetAccountConfiguration

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

aws-native.fis.TargetAccountConfiguration

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 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:

    AccountId string
    The AWS account ID of the target account.
    ExperimentTemplateId string
    The ID of the experiment template.
    RoleArn string
    The Amazon Resource Name (ARN) of an IAM role for the target account.
    Description string
    The description of the target account.
    AccountId string
    The AWS account ID of the target account.
    ExperimentTemplateId string
    The ID of the experiment template.
    RoleArn string
    The Amazon Resource Name (ARN) of an IAM role for the target account.
    Description string
    The description of the target account.
    accountId String
    The AWS account ID of the target account.
    experimentTemplateId String
    The ID of the experiment template.
    roleArn String
    The Amazon Resource Name (ARN) of an IAM role for the target account.
    description String
    The description of the target account.
    accountId string
    The AWS account ID of the target account.
    experimentTemplateId string
    The ID of the experiment template.
    roleArn 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_id str
    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.
    accountId String
    The AWS account ID of the target account.
    experimentTemplateId String
    The ID of the experiment template.
    roleArn 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 logo

    We recommend new projects start with resources from the AWS provider.

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi