S3OutputLocation
public struct S3OutputLocation : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The name of the S3 bucket. DeclarationSwift public let outputS3BucketName: String?
- 
                  
                  The S3 bucket subfolder. DeclarationSwift 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. DeclarationSwift public let outputS3Region: String?
- 
                  
                  Undocumented DeclarationSwift public init(outputS3BucketName: String? = nil, outputS3KeyPrefix: String? = nil, outputS3Region: String? = nil)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub S3OutputLocation Structure Reference
        S3OutputLocation Structure Reference