Class ElasticsearchDomainDomainEndpointOptionsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.elasticsearch_domain.ElasticsearchDomainDomainEndpointOptionsOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:52.955Z") @Stability(Stable) public class ElasticsearchDomainDomainEndpointOptionsOutputReference 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 ElasticsearchDomainDomainEndpointOptionsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedElasticsearchDomainDomainEndpointOptionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedElasticsearchDomainDomainEndpointOptionsOutputReference(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
-
ElasticsearchDomainDomainEndpointOptionsOutputReference
protected ElasticsearchDomainDomainEndpointOptionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ElasticsearchDomainDomainEndpointOptionsOutputReference
protected ElasticsearchDomainDomainEndpointOptionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ElasticsearchDomainDomainEndpointOptionsOutputReference
@Stability(Stable) public ElasticsearchDomainDomainEndpointOptionsOutputReference(@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
-
resetCustomEndpoint
@Stability(Stable) public void resetCustomEndpoint()
-
resetCustomEndpointCertificateArn
@Stability(Stable) public void resetCustomEndpointCertificateArn()
-
resetCustomEndpointEnabled
@Stability(Stable) public void resetCustomEndpointEnabled()
-
resetEnforceHttps
@Stability(Stable) public void resetEnforceHttps()
-
resetTlsSecurityPolicy
@Stability(Stable) public void resetTlsSecurityPolicy()
-
getCustomEndpointCertificateArnInput
@Stability(Stable) @Nullable public String getCustomEndpointCertificateArnInput()
-
getCustomEndpointEnabledInput
@Stability(Stable) @Nullable public Object getCustomEndpointEnabledInput()
-
getCustomEndpointInput
@Stability(Stable) @Nullable public String getCustomEndpointInput()
-
getEnforceHttpsInput
@Stability(Stable) @Nullable public Object getEnforceHttpsInput()
-
getTlsSecurityPolicyInput
@Stability(Stable) @Nullable public String getTlsSecurityPolicyInput()
-
getCustomEndpoint
@Stability(Stable) @NotNull public String getCustomEndpoint()
-
setCustomEndpoint
@Stability(Stable) public void setCustomEndpoint(@NotNull String value)
-
getCustomEndpointCertificateArn
@Stability(Stable) @NotNull public String getCustomEndpointCertificateArn()
-
setCustomEndpointCertificateArn
@Stability(Stable) public void setCustomEndpointCertificateArn(@NotNull String value)
-
getCustomEndpointEnabled
@Stability(Stable) @NotNull public Object getCustomEndpointEnabled()
-
setCustomEndpointEnabled
@Stability(Stable) public void setCustomEndpointEnabled(@NotNull Boolean value)
-
setCustomEndpointEnabled
@Stability(Stable) public void setCustomEndpointEnabled(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getEnforceHttps
@Stability(Stable) @NotNull public Object getEnforceHttps()
-
setEnforceHttps
@Stability(Stable) public void setEnforceHttps(@NotNull Boolean value)
-
setEnforceHttps
@Stability(Stable) public void setEnforceHttps(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getTlsSecurityPolicy
@Stability(Stable) @NotNull public String getTlsSecurityPolicy()
-
setTlsSecurityPolicy
@Stability(Stable) public void setTlsSecurityPolicy(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public ElasticsearchDomainDomainEndpointOptions getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ElasticsearchDomainDomainEndpointOptions value)
-
-