Class IntegrationConnectorsConnectionAuthConfigOauth2AuthCodeFlowOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.integration_connectors_connection.IntegrationConnectorsConnectionAuthConfigOauth2AuthCodeFlowOutputReference
-
- 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:21.708Z") @Stability(Stable) public class IntegrationConnectorsConnectionAuthConfigOauth2AuthCodeFlowOutputReference 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 IntegrationConnectorsConnectionAuthConfigOauth2AuthCodeFlowOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedIntegrationConnectorsConnectionAuthConfigOauth2AuthCodeFlowOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedIntegrationConnectorsConnectionAuthConfigOauth2AuthCodeFlowOutputReference(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
-
IntegrationConnectorsConnectionAuthConfigOauth2AuthCodeFlowOutputReference
protected IntegrationConnectorsConnectionAuthConfigOauth2AuthCodeFlowOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
IntegrationConnectorsConnectionAuthConfigOauth2AuthCodeFlowOutputReference
protected IntegrationConnectorsConnectionAuthConfigOauth2AuthCodeFlowOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
IntegrationConnectorsConnectionAuthConfigOauth2AuthCodeFlowOutputReference
@Stability(Stable) public IntegrationConnectorsConnectionAuthConfigOauth2AuthCodeFlowOutputReference(@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
-
putClientSecret
@Stability(Stable) public void putClientSecret(@NotNull IntegrationConnectorsConnectionAuthConfigOauth2AuthCodeFlowClientSecret value)- Parameters:
value- This parameter is required.
-
resetAuthUri
@Stability(Stable) public void resetAuthUri()
-
resetClientId
@Stability(Stable) public void resetClientId()
-
resetClientSecret
@Stability(Stable) public void resetClientSecret()
-
resetEnablePkce
@Stability(Stable) public void resetEnablePkce()
-
resetScopes
@Stability(Stable) public void resetScopes()
-
getClientSecret
@Stability(Stable) @NotNull public IntegrationConnectorsConnectionAuthConfigOauth2AuthCodeFlowClientSecretOutputReference getClientSecret()
-
getAuthUriInput
@Stability(Stable) @Nullable public String getAuthUriInput()
-
getClientIdInput
@Stability(Stable) @Nullable public String getClientIdInput()
-
getClientSecretInput
@Stability(Stable) @Nullable public IntegrationConnectorsConnectionAuthConfigOauth2AuthCodeFlowClientSecret getClientSecretInput()
-
getEnablePkceInput
@Stability(Stable) @Nullable public Object getEnablePkceInput()
-
getAuthUri
@Stability(Stable) @NotNull public String getAuthUri()
-
setAuthUri
@Stability(Stable) public void setAuthUri(@NotNull String value)
-
getClientId
@Stability(Stable) @NotNull public String getClientId()
-
setClientId
@Stability(Stable) public void setClientId(@NotNull String value)
-
getEnablePkce
@Stability(Stable) @NotNull public Object getEnablePkce()
-
setEnablePkce
@Stability(Stable) public void setEnablePkce(@NotNull Boolean value)
-
setEnablePkce
@Stability(Stable) public void setEnablePkce(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getInternalValue
@Stability(Stable) @Nullable public IntegrationConnectorsConnectionAuthConfigOauth2AuthCodeFlow getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable IntegrationConnectorsConnectionAuthConfigOauth2AuthCodeFlow value)
-
-