AmiDistributionConfiguration
public struct AmiDistributionConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The tags to apply to AMIs distributed to this Region.
Declaration
Swift
public let amiTags: [String : String]?
-
The description of the distribution configuration.
Declaration
Swift
public let description: String?
-
The KMS key identifier used to encrypt the distributed image.
Declaration
Swift
public let kmsKeyId: String?
-
Launch permissions can be used to configure which AWS accounts can use the AMI to launch instances.
Declaration
Swift
public let launchPermission: LaunchPermissionConfiguration?
-
The name of the distribution configuration.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(amiTags: [String : String]? = nil, description: String? = nil, kmsKeyId: String? = nil, launchPermission: LaunchPermissionConfiguration? = nil, name: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws