RepositoryDescription
public struct RepositoryDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The 12-digit account number of the AWS account that manages the repository.
Declaration
Swift
public let administratorAccount: String? -
The Amazon Resource Name (ARN) of the repository.
Declaration
Swift
public let arn: String? -
A text description of the repository.
Declaration
Swift
public let description: String? -
The name of the domain that contains the repository.
Declaration
Swift
public let domainName: String? -
The 12-digit account number of the AWS account that owns the domain that contains the repository. It does not include dashes or spaces.
Declaration
Swift
public let domainOwner: String? -
An array of external connections associated with the repository.
Declaration
Swift
public let externalConnections: [RepositoryExternalConnectionInfo]? -
The name of the repository.
Declaration
Swift
public let name: String? -
A list of upstream repositories to associate with the repository. The order of the upstream repositories in the list determines their priority order when AWS CodeArtifact looks for a requested package version. For more information, see Working with upstream repositories.
Declaration
Swift
public let upstreams: [UpstreamRepositoryInfo]? -
init(administratorAccount:arn:description:domainName:domainOwner:externalConnections:name:upstreams:)Undocumented
Declaration
Swift
public init(administratorAccount: String? = nil, arn: String? = nil, description: String? = nil, domainName: String? = nil, domainOwner: String? = nil, externalConnections: [RepositoryExternalConnectionInfo]? = nil, name: String? = nil, upstreams: [UpstreamRepositoryInfo]? = nil)
View on GitHub
RepositoryDescription Structure Reference