GetRepositoryEndpointArgs class

Arguments for getRepositoryEndpoint. Arguments for getRepositoryEndpoint.

Constructors

GetRepositoryEndpointArgs({required Input<String> domain, Input<String?>? domainOwner, required Input<String> format, Input<String?>? region, required Input<String> repository})
Creates a new GetRepositoryEndpointArgs. domain Name of the domain that contains the repository. domainOwner Account number of the AWS account that owns the domain. format Which endpoint of a repository to return. A repository has one endpoint for each package format: npm, pypi, maven, and nuget. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. repository Name of the repository.
const
GetRepositoryEndpointArgs.fromMap(Map<String, dynamic> map)
factory

Properties

domain → Input<String>
Name of the domain that contains the repository.
final
domainOwner → Input<String?>?
Account number of the AWS account that owns the domain.
final
format → Input<String>
Which endpoint of a repository to return. A repository has one endpoint for each package format: npm, pypi, maven, and nuget.
final
hashCode int
The hash code for this object.
no setterinherited
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
repository → Input<String>
Name of the repository.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited