RepositoryCredentials

public struct RepositoryCredentials : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the secret containing the private repository credentials. When you are using the Amazon ECS API, AWS CLI, or AWS SDK, if the secret exists in the same Region as the task that you are launching then you can use either the full ARN or the name of the secret. When you are using the AWS Management Console, you must specify the full ARN of the secret.

    Declaration

    Swift

    public let credentialsParameter: String
  • Undocumented

    Declaration

    Swift

    public init(credentialsParameter: String)