S3OutputLocation
public struct S3OutputLocation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the S3 bucket.
Declaration
Swift
public let outputS3BucketName: String?
-
The S3 bucket subfolder.
Declaration
Swift
public let outputS3KeyPrefix: String?
-
(Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Systems Manager automatically determines the Region of the S3 bucket.
Declaration
Swift
public let outputS3Region: String?
-
Undocumented
Declaration
Swift
public init(outputS3BucketName: String? = nil, outputS3KeyPrefix: String? = nil, outputS3Region: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws