Secret

public struct Secret : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the secret.

    Declaration

    Swift

    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.

    Declaration

    Swift

    public let valueFrom: String
  • Undocumented

    Declaration

    Swift

    public init(name: String, valueFrom: String)