AWS::DMS::InstanceProfileResource schema for AWS::DMS::InstanceProfile.
10 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AvailabilityZone | string | |
Description | string | |
InstanceProfileIdentifier | string | Write-only |
InstanceProfileName | string | |
KmsKeyArn | string | |
NetworkType | string | |
PubliclyAccessible | boolean | |
SubnetGroupIdentifier | string | |
Tags | Array<Tag> | |
VpcSecurityGroups | Array<string> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
InstanceProfileArn | string | The property describes an ARN of the instance profile. |
InstanceProfileCreationTime | string | The property describes a creating time of the instance profile. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DMS::InstanceProfile
Resources:
MyResource:
Type: AWS::DMS::InstanceProfile
Properties:
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
dms:CreateInstanceProfiledms:ListInstanceProfilesdms:DescribeInstanceProfilesdms:AddTagsToResourcedms:ListTagsForResourcedms:ListInstanceProfilesdms:DescribeInstanceProfilesdms:ListTagsForResourcedms:UpdateInstanceProfiledms:ModifyInstanceProfiledms:AddTagsToResourcedms:RemoveTagsFromResourcedms:ListTagsForResourcedms:DeleteInstanceProfiledms:ListInstanceProfilesdms:DescribeInstanceProfilesdms:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterInstanceProfileArn