Class ArtifactRegistryRepositoryRemoteRepositoryConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.artifact_registry_repository.ArtifactRegistryRepositoryRemoteRepositoryConfigOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.540Z") @Stability(Stable) public class ArtifactRegistryRepositoryRemoteRepositoryConfigOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description ArtifactRegistryRepositoryRemoteRepositoryConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedArtifactRegistryRepositoryRemoteRepositoryConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedArtifactRegistryRepositoryRemoteRepositoryConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
ArtifactRegistryRepositoryRemoteRepositoryConfigOutputReference
protected ArtifactRegistryRepositoryRemoteRepositoryConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ArtifactRegistryRepositoryRemoteRepositoryConfigOutputReference
protected ArtifactRegistryRepositoryRemoteRepositoryConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ArtifactRegistryRepositoryRemoteRepositoryConfigOutputReference
@Stability(Stable) public ArtifactRegistryRepositoryRemoteRepositoryConfigOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
putAptRepository
@Stability(Stable) public void putAptRepository(@NotNull ArtifactRegistryRepositoryRemoteRepositoryConfigAptRepository value)- Parameters:
value- This parameter is required.
-
putDockerRepository
@Stability(Stable) public void putDockerRepository(@NotNull ArtifactRegistryRepositoryRemoteRepositoryConfigDockerRepository value)- Parameters:
value- This parameter is required.
-
putMavenRepository
@Stability(Stable) public void putMavenRepository(@NotNull ArtifactRegistryRepositoryRemoteRepositoryConfigMavenRepository value)- Parameters:
value- This parameter is required.
-
putNpmRepository
@Stability(Stable) public void putNpmRepository(@NotNull ArtifactRegistryRepositoryRemoteRepositoryConfigNpmRepository value)- Parameters:
value- This parameter is required.
-
putPythonRepository
@Stability(Stable) public void putPythonRepository(@NotNull ArtifactRegistryRepositoryRemoteRepositoryConfigPythonRepository value)- Parameters:
value- This parameter is required.
-
putUpstreamCredentials
@Stability(Stable) public void putUpstreamCredentials(@NotNull ArtifactRegistryRepositoryRemoteRepositoryConfigUpstreamCredentials value)- Parameters:
value- This parameter is required.
-
putYumRepository
@Stability(Stable) public void putYumRepository(@NotNull ArtifactRegistryRepositoryRemoteRepositoryConfigYumRepository value)- Parameters:
value- This parameter is required.
-
resetAptRepository
@Stability(Stable) public void resetAptRepository()
-
resetDescription
@Stability(Stable) public void resetDescription()
-
resetDisableUpstreamValidation
@Stability(Stable) public void resetDisableUpstreamValidation()
-
resetDockerRepository
@Stability(Stable) public void resetDockerRepository()
-
resetMavenRepository
@Stability(Stable) public void resetMavenRepository()
-
resetNpmRepository
@Stability(Stable) public void resetNpmRepository()
-
resetPythonRepository
@Stability(Stable) public void resetPythonRepository()
-
resetUpstreamCredentials
@Stability(Stable) public void resetUpstreamCredentials()
-
resetYumRepository
@Stability(Stable) public void resetYumRepository()
-
getAptRepository
@Stability(Stable) @NotNull public ArtifactRegistryRepositoryRemoteRepositoryConfigAptRepositoryOutputReference getAptRepository()
-
getDockerRepository
@Stability(Stable) @NotNull public ArtifactRegistryRepositoryRemoteRepositoryConfigDockerRepositoryOutputReference getDockerRepository()
-
getMavenRepository
@Stability(Stable) @NotNull public ArtifactRegistryRepositoryRemoteRepositoryConfigMavenRepositoryOutputReference getMavenRepository()
-
getNpmRepository
@Stability(Stable) @NotNull public ArtifactRegistryRepositoryRemoteRepositoryConfigNpmRepositoryOutputReference getNpmRepository()
-
getPythonRepository
@Stability(Stable) @NotNull public ArtifactRegistryRepositoryRemoteRepositoryConfigPythonRepositoryOutputReference getPythonRepository()
-
getUpstreamCredentials
@Stability(Stable) @NotNull public ArtifactRegistryRepositoryRemoteRepositoryConfigUpstreamCredentialsOutputReference getUpstreamCredentials()
-
getYumRepository
@Stability(Stable) @NotNull public ArtifactRegistryRepositoryRemoteRepositoryConfigYumRepositoryOutputReference getYumRepository()
-
getAptRepositoryInput
@Stability(Stable) @Nullable public ArtifactRegistryRepositoryRemoteRepositoryConfigAptRepository getAptRepositoryInput()
-
getDescriptionInput
@Stability(Stable) @Nullable public String getDescriptionInput()
-
getDisableUpstreamValidationInput
@Stability(Stable) @Nullable public Object getDisableUpstreamValidationInput()
-
getDockerRepositoryInput
@Stability(Stable) @Nullable public ArtifactRegistryRepositoryRemoteRepositoryConfigDockerRepository getDockerRepositoryInput()
-
getMavenRepositoryInput
@Stability(Stable) @Nullable public ArtifactRegistryRepositoryRemoteRepositoryConfigMavenRepository getMavenRepositoryInput()
-
getNpmRepositoryInput
@Stability(Stable) @Nullable public ArtifactRegistryRepositoryRemoteRepositoryConfigNpmRepository getNpmRepositoryInput()
-
getPythonRepositoryInput
@Stability(Stable) @Nullable public ArtifactRegistryRepositoryRemoteRepositoryConfigPythonRepository getPythonRepositoryInput()
-
getUpstreamCredentialsInput
@Stability(Stable) @Nullable public ArtifactRegistryRepositoryRemoteRepositoryConfigUpstreamCredentials getUpstreamCredentialsInput()
-
getYumRepositoryInput
@Stability(Stable) @Nullable public ArtifactRegistryRepositoryRemoteRepositoryConfigYumRepository getYumRepositoryInput()
-
getDescription
@Stability(Stable) @NotNull public String getDescription()
-
setDescription
@Stability(Stable) public void setDescription(@NotNull String value)
-
getDisableUpstreamValidation
@Stability(Stable) @NotNull public Object getDisableUpstreamValidation()
-
setDisableUpstreamValidation
@Stability(Stable) public void setDisableUpstreamValidation(@NotNull Boolean value)
-
setDisableUpstreamValidation
@Stability(Stable) public void setDisableUpstreamValidation(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getInternalValue
@Stability(Stable) @Nullable public ArtifactRegistryRepositoryRemoteRepositoryConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ArtifactRegistryRepositoryRemoteRepositoryConfig value)
-
-