Secret
public struct Secret : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The name of the secret. DeclarationSwift public let name: String
- 
                  
                  The secret to expose to the container. The supported values are either the full ARN of the AWS Secrets Manager secret or the full ARN of the parameter in the AWS Systems Manager Parameter Store. If the AWS Systems Manager Parameter Store parameter exists in the same Region as the task you are launching, then you can use either the full ARN or name of the parameter. If the parameter exists in a different Region, then the full ARN must be specified. DeclarationSwift public let valueFrom: String
- 
                  
                  Undocumented DeclarationSwift public init(name: String, valueFrom: String)
 View on GitHub
View on GitHub Secret Structure Reference
        Secret Structure Reference