AwsCodeBuildProjectEnvironmentRegistryCredential

public struct AwsCodeBuildProjectEnvironmentRegistryCredential : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) or name of credentials created using AWS Secrets Manager. The credential can use the name of the credentials only if they exist in your current AWS Region.

    Declaration

    Swift

    public let credential: String?
  • The service that created the credentials to access a private Docker registry. The valid value, SECRETS_MANAGER, is for AWS Secrets Manager.

    Declaration

    Swift

    public let credentialProvider: String?
  • Undocumented

    Declaration

    Swift

    public init(credential: String? = nil, credentialProvider: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws