Interface ArtifactRegistryRepositoryRemoteRepositoryConfigPythonRepository
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ArtifactRegistryRepositoryRemoteRepositoryConfigPythonRepository.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.541Z") @Stability(Stable) public interface ArtifactRegistryRepositoryRemoteRepositoryConfigPythonRepository extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classArtifactRegistryRepositoryRemoteRepositoryConfigPythonRepository.Builderstatic classArtifactRegistryRepositoryRemoteRepositoryConfigPythonRepository.Jsii$ProxyAn implementation forArtifactRegistryRepositoryRemoteRepositoryConfigPythonRepository
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ArtifactRegistryRepositoryRemoteRepositoryConfigPythonRepository.Builderbuilder()default ArtifactRegistryRepositoryRemoteRepositoryConfigPythonRepositoryCustomRepositorygetCustomRepository()custom_repository block.default StringgetPublicRepository()Address of the remote repository.
-
-
-
Method Detail
-
getCustomRepository
@Stability(Stable) @Nullable default ArtifactRegistryRepositoryRemoteRepositoryConfigPythonRepositoryCustomRepository getCustomRepository()
custom_repository block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/artifact_registry_repository#custom_repository ArtifactRegistryRepository#custom_repository}
-
getPublicRepository
@Stability(Stable) @Nullable default String getPublicRepository()
Address of the remote repository. Default value: "PYPI" Possible values: ["PYPI"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/artifact_registry_repository#public_repository ArtifactRegistryRepository#public_repository}
-
builder
@Stability(Stable) static ArtifactRegistryRepositoryRemoteRepositoryConfigPythonRepository.Builder builder()
-
-