Stratosphere.DMS.InstanceProfile
data InstanceProfile Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-availabilityzone
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-instanceprofileidentifier
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-instanceprofilename
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-kmskeyarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-networktype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-publiclyaccessible
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-subnetgroupidentifier
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-vpcsecuritygroups
Defined in Stratosphere.DMS.InstanceProfile
Methods
toJSON :: InstanceProfile -> Value #
toEncoding :: InstanceProfile -> Encoding #
toJSONList :: [InstanceProfile] -> Value #
toEncodingList :: [InstanceProfile] -> Encoding #
omitField :: InstanceProfile -> Bool #
showsPrec :: Int -> InstanceProfile -> ShowS #
show :: InstanceProfile -> String #
showList :: [InstanceProfile] -> ShowS #
(==) :: InstanceProfile -> InstanceProfile -> Bool #
(/=) :: InstanceProfile -> InstanceProfile -> Bool #
toResourceProperties :: InstanceProfile -> ResourceProperties #
Associated Types
set :: PropertyType "AvailabilityZone" InstanceProfile -> InstanceProfile -> InstanceProfile #
set :: PropertyType "Description" InstanceProfile -> InstanceProfile -> InstanceProfile #
set :: PropertyType "InstanceProfileIdentifier" InstanceProfile -> InstanceProfile -> InstanceProfile #
set :: PropertyType "InstanceProfileName" InstanceProfile -> InstanceProfile -> InstanceProfile #
set :: PropertyType "KmsKeyArn" InstanceProfile -> InstanceProfile -> InstanceProfile #
set :: PropertyType "NetworkType" InstanceProfile -> InstanceProfile -> InstanceProfile #
set :: PropertyType "PubliclyAccessible" InstanceProfile -> InstanceProfile -> InstanceProfile #
set :: PropertyType "SubnetGroupIdentifier" InstanceProfile -> InstanceProfile -> InstanceProfile #
set :: PropertyType "Tags" InstanceProfile -> InstanceProfile -> InstanceProfile #
set :: PropertyType "VpcSecurityGroups" InstanceProfile -> InstanceProfile -> InstanceProfile #
mkInstanceProfile :: InstanceProfile Source #