1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. dms
  5. InstanceProfile

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

AWS Cloud Control v1.3.0 published on Thursday, Oct 17, 2024 by Pulumi

aws-native.dms.InstanceProfile

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.3.0 published on Thursday, Oct 17, 2024 by Pulumi

    Resource schema for AWS::DMS::InstanceProfile.

    Create InstanceProfile Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new InstanceProfile(name: string, args?: InstanceProfileArgs, opts?: CustomResourceOptions);
    @overload
    def InstanceProfile(resource_name: str,
                        args: Optional[InstanceProfileArgs] = None,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def InstanceProfile(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        availability_zone: Optional[str] = None,
                        description: Optional[str] = None,
                        instance_profile_identifier: Optional[str] = None,
                        instance_profile_name: Optional[str] = None,
                        kms_key_arn: Optional[str] = None,
                        network_type: Optional[InstanceProfileNetworkType] = None,
                        publicly_accessible: Optional[bool] = None,
                        subnet_group_identifier: Optional[str] = None,
                        tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                        vpc_security_groups: Optional[Sequence[str]] = None)
    func NewInstanceProfile(ctx *Context, name string, args *InstanceProfileArgs, opts ...ResourceOption) (*InstanceProfile, error)
    public InstanceProfile(string name, InstanceProfileArgs? args = null, CustomResourceOptions? opts = null)
    public InstanceProfile(String name, InstanceProfileArgs args)
    public InstanceProfile(String name, InstanceProfileArgs args, CustomResourceOptions options)
    
    type: aws-native:dms:InstanceProfile
    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 InstanceProfileArgs
    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 InstanceProfileArgs
    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 InstanceProfileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args InstanceProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args InstanceProfileArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    InstanceProfile 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 InstanceProfile resource accepts the following input properties:

    AvailabilityZone string
    The property describes an availability zone of the instance profile.
    Description string
    The optional description of the instance profile.
    InstanceProfileIdentifier string
    The property describes an identifier for the instance profile. It is used for describing/deleting/modifying. Can be name/arn
    InstanceProfileName string
    The property describes a name for the instance profile.
    KmsKeyArn string
    The property describes kms key arn for the instance profile.
    NetworkType Pulumi.AwsNative.Dms.InstanceProfileNetworkType
    The property describes a network type for the instance profile.
    PubliclyAccessible bool
    The property describes the publicly accessible of the instance profile
    SubnetGroupIdentifier string
    The property describes a subnet group identifier for the instance profile.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    VpcSecurityGroups List<string>
    The property describes vps security groups for the instance profile.
    AvailabilityZone string
    The property describes an availability zone of the instance profile.
    Description string
    The optional description of the instance profile.
    InstanceProfileIdentifier string
    The property describes an identifier for the instance profile. It is used for describing/deleting/modifying. Can be name/arn
    InstanceProfileName string
    The property describes a name for the instance profile.
    KmsKeyArn string
    The property describes kms key arn for the instance profile.
    NetworkType InstanceProfileNetworkType
    The property describes a network type for the instance profile.
    PubliclyAccessible bool
    The property describes the publicly accessible of the instance profile
    SubnetGroupIdentifier string
    The property describes a subnet group identifier for the instance profile.
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    VpcSecurityGroups []string
    The property describes vps security groups for the instance profile.
    availabilityZone String
    The property describes an availability zone of the instance profile.
    description String
    The optional description of the instance profile.
    instanceProfileIdentifier String
    The property describes an identifier for the instance profile. It is used for describing/deleting/modifying. Can be name/arn
    instanceProfileName String
    The property describes a name for the instance profile.
    kmsKeyArn String
    The property describes kms key arn for the instance profile.
    networkType InstanceProfileNetworkType
    The property describes a network type for the instance profile.
    publiclyAccessible Boolean
    The property describes the publicly accessible of the instance profile
    subnetGroupIdentifier String
    The property describes a subnet group identifier for the instance profile.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    vpcSecurityGroups List<String>
    The property describes vps security groups for the instance profile.
    availabilityZone string
    The property describes an availability zone of the instance profile.
    description string
    The optional description of the instance profile.
    instanceProfileIdentifier string
    The property describes an identifier for the instance profile. It is used for describing/deleting/modifying. Can be name/arn
    instanceProfileName string
    The property describes a name for the instance profile.
    kmsKeyArn string
    The property describes kms key arn for the instance profile.
    networkType InstanceProfileNetworkType
    The property describes a network type for the instance profile.
    publiclyAccessible boolean
    The property describes the publicly accessible of the instance profile
    subnetGroupIdentifier string
    The property describes a subnet group identifier for the instance profile.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    vpcSecurityGroups string[]
    The property describes vps security groups for the instance profile.
    availability_zone str
    The property describes an availability zone of the instance profile.
    description str
    The optional description of the instance profile.
    instance_profile_identifier str
    The property describes an identifier for the instance profile. It is used for describing/deleting/modifying. Can be name/arn
    instance_profile_name str
    The property describes a name for the instance profile.
    kms_key_arn str
    The property describes kms key arn for the instance profile.
    network_type InstanceProfileNetworkType
    The property describes a network type for the instance profile.
    publicly_accessible bool
    The property describes the publicly accessible of the instance profile
    subnet_group_identifier str
    The property describes a subnet group identifier for the instance profile.
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    vpc_security_groups Sequence[str]
    The property describes vps security groups for the instance profile.
    availabilityZone String
    The property describes an availability zone of the instance profile.
    description String
    The optional description of the instance profile.
    instanceProfileIdentifier String
    The property describes an identifier for the instance profile. It is used for describing/deleting/modifying. Can be name/arn
    instanceProfileName String
    The property describes a name for the instance profile.
    kmsKeyArn String
    The property describes kms key arn for the instance profile.
    networkType "IPV4" | "DUAL"
    The property describes a network type for the instance profile.
    publiclyAccessible Boolean
    The property describes the publicly accessible of the instance profile
    subnetGroupIdentifier String
    The property describes a subnet group identifier for the instance profile.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.
    vpcSecurityGroups List<String>
    The property describes vps security groups for the instance profile.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the InstanceProfile resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    InstanceProfileArn string
    The property describes an ARN of the instance profile.
    InstanceProfileCreationTime string
    The property describes a creating time of the instance profile.
    Id string
    The provider-assigned unique ID for this managed resource.
    InstanceProfileArn string
    The property describes an ARN of the instance profile.
    InstanceProfileCreationTime string
    The property describes a creating time of the instance profile.
    id String
    The provider-assigned unique ID for this managed resource.
    instanceProfileArn String
    The property describes an ARN of the instance profile.
    instanceProfileCreationTime String
    The property describes a creating time of the instance profile.
    id string
    The provider-assigned unique ID for this managed resource.
    instanceProfileArn string
    The property describes an ARN of the instance profile.
    instanceProfileCreationTime string
    The property describes a creating time of the instance profile.
    id str
    The provider-assigned unique ID for this managed resource.
    instance_profile_arn str
    The property describes an ARN of the instance profile.
    instance_profile_creation_time str
    The property describes a creating time of the instance profile.
    id String
    The provider-assigned unique ID for this managed resource.
    instanceProfileArn String
    The property describes an ARN of the instance profile.
    instanceProfileCreationTime String
    The property describes a creating time of the instance profile.

    Supporting Types

    InstanceProfileNetworkType, InstanceProfileNetworkTypeArgs

    Ipv4
    IPV4
    Dual
    DUAL
    InstanceProfileNetworkTypeIpv4
    IPV4
    InstanceProfileNetworkTypeDual
    DUAL
    Ipv4
    IPV4
    Dual
    DUAL
    Ipv4
    IPV4
    Dual
    DUAL
    IPV4
    IPV4
    DUAL
    DUAL
    "IPV4"
    IPV4
    "DUAL"
    DUAL

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    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 Cloud Control v1.3.0 published on Thursday, Oct 17, 2024 by Pulumi