Class ElasticsearchDomainCognitoOptionsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.elasticsearch_domain.ElasticsearchDomainCognitoOptionsOutputReference
-
- 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.954Z") @Stability(Stable) public class ElasticsearchDomainCognitoOptionsOutputReference 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 ElasticsearchDomainCognitoOptionsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedElasticsearchDomainCognitoOptionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedElasticsearchDomainCognitoOptionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetEnabled()ObjectgetEnabledInput()StringgetIdentityPoolId()StringgetIdentityPoolIdInput()ElasticsearchDomainCognitoOptionsgetInternalValue()StringgetRoleArn()StringgetRoleArnInput()StringgetUserPoolId()StringgetUserPoolIdInput()voidresetEnabled()voidsetEnabled(com.hashicorp.cdktf.IResolvable value)voidsetEnabled(Boolean value)voidsetIdentityPoolId(String value)voidsetInternalValue(ElasticsearchDomainCognitoOptions value)voidsetRoleArn(String value)voidsetUserPoolId(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
-
ElasticsearchDomainCognitoOptionsOutputReference
protected ElasticsearchDomainCognitoOptionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ElasticsearchDomainCognitoOptionsOutputReference
protected ElasticsearchDomainCognitoOptionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ElasticsearchDomainCognitoOptionsOutputReference
@Stability(Stable) public ElasticsearchDomainCognitoOptionsOutputReference(@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
-
resetEnabled
@Stability(Stable) public void resetEnabled()
-
getEnabledInput
@Stability(Stable) @Nullable public Object getEnabledInput()
-
getIdentityPoolIdInput
@Stability(Stable) @Nullable public String getIdentityPoolIdInput()
-
getRoleArnInput
@Stability(Stable) @Nullable public String getRoleArnInput()
-
getUserPoolIdInput
@Stability(Stable) @Nullable public String getUserPoolIdInput()
-
getEnabled
@Stability(Stable) @NotNull public Object getEnabled()
-
setEnabled
@Stability(Stable) public void setEnabled(@NotNull Boolean value)
-
setEnabled
@Stability(Stable) public void setEnabled(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getIdentityPoolId
@Stability(Stable) @NotNull public String getIdentityPoolId()
-
setIdentityPoolId
@Stability(Stable) public void setIdentityPoolId(@NotNull String value)
-
getRoleArn
@Stability(Stable) @NotNull public String getRoleArn()
-
setRoleArn
@Stability(Stable) public void setRoleArn(@NotNull String value)
-
getUserPoolId
@Stability(Stable) @NotNull public String getUserPoolId()
-
setUserPoolId
@Stability(Stable) public void setUserPoolId(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public ElasticsearchDomainCognitoOptions getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ElasticsearchDomainCognitoOptions value)
-
-