Class PrivatecaCertificateAuthorityConfigSubjectConfigSubjectAltNameOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.privateca_certificate_authority.PrivatecaCertificateAuthorityConfigSubjectConfigSubjectAltNameOutputReference
-
- 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:22.365Z") @Stability(Stable) public class PrivatecaCertificateAuthorityConfigSubjectConfigSubjectAltNameOutputReference 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 PrivatecaCertificateAuthorityConfigSubjectConfigSubjectAltNameOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedPrivatecaCertificateAuthorityConfigSubjectConfigSubjectAltNameOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedPrivatecaCertificateAuthorityConfigSubjectConfigSubjectAltNameOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getDnsNames()List<String>getDnsNamesInput()List<String>getEmailAddresses()List<String>getEmailAddressesInput()PrivatecaCertificateAuthorityConfigSubjectConfigSubjectAltNamegetInternalValue()List<String>getIpAddresses()List<String>getIpAddressesInput()List<String>getUris()List<String>getUrisInput()voidresetDnsNames()voidresetEmailAddresses()voidresetIpAddresses()voidresetUris()voidsetDnsNames(List<String> value)voidsetEmailAddresses(List<String> value)voidsetInternalValue(PrivatecaCertificateAuthorityConfigSubjectConfigSubjectAltName value)voidsetIpAddresses(List<String> value)voidsetUris(List<String> value)-
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
-
PrivatecaCertificateAuthorityConfigSubjectConfigSubjectAltNameOutputReference
protected PrivatecaCertificateAuthorityConfigSubjectConfigSubjectAltNameOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
PrivatecaCertificateAuthorityConfigSubjectConfigSubjectAltNameOutputReference
protected PrivatecaCertificateAuthorityConfigSubjectConfigSubjectAltNameOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
PrivatecaCertificateAuthorityConfigSubjectConfigSubjectAltNameOutputReference
@Stability(Stable) public PrivatecaCertificateAuthorityConfigSubjectConfigSubjectAltNameOutputReference(@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
-
resetDnsNames
@Stability(Stable) public void resetDnsNames()
-
resetEmailAddresses
@Stability(Stable) public void resetEmailAddresses()
-
resetIpAddresses
@Stability(Stable) public void resetIpAddresses()
-
resetUris
@Stability(Stable) public void resetUris()
-
getInternalValue
@Stability(Stable) @Nullable public PrivatecaCertificateAuthorityConfigSubjectConfigSubjectAltName getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable PrivatecaCertificateAuthorityConfigSubjectConfigSubjectAltName value)
-
-