Class PubsubSubscriptionPushConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.pubsub_subscription.PubsubSubscriptionPushConfigOutputReference
-
- 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.489Z") @Stability(Stable) public class PubsubSubscriptionPushConfigOutputReference 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 PubsubSubscriptionPushConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedPubsubSubscriptionPushConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedPubsubSubscriptionPushConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getAttributes()Map<String,String>getAttributesInput()PubsubSubscriptionPushConfiggetInternalValue()PubsubSubscriptionPushConfigNoWrapperOutputReferencegetNoWrapper()PubsubSubscriptionPushConfigNoWrappergetNoWrapperInput()PubsubSubscriptionPushConfigOidcTokenOutputReferencegetOidcToken()PubsubSubscriptionPushConfigOidcTokengetOidcTokenInput()StringgetPushEndpoint()StringgetPushEndpointInput()voidputNoWrapper(PubsubSubscriptionPushConfigNoWrapper value)voidputOidcToken(PubsubSubscriptionPushConfigOidcToken value)voidresetAttributes()voidresetNoWrapper()voidresetOidcToken()voidsetAttributes(Map<String,String> value)voidsetInternalValue(PubsubSubscriptionPushConfig value)voidsetPushEndpoint(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
-
PubsubSubscriptionPushConfigOutputReference
protected PubsubSubscriptionPushConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
PubsubSubscriptionPushConfigOutputReference
protected PubsubSubscriptionPushConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
PubsubSubscriptionPushConfigOutputReference
@Stability(Stable) public PubsubSubscriptionPushConfigOutputReference(@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
-
putNoWrapper
@Stability(Stable) public void putNoWrapper(@NotNull PubsubSubscriptionPushConfigNoWrapper value)- Parameters:
value- This parameter is required.
-
putOidcToken
@Stability(Stable) public void putOidcToken(@NotNull PubsubSubscriptionPushConfigOidcToken value)- Parameters:
value- This parameter is required.
-
resetAttributes
@Stability(Stable) public void resetAttributes()
-
resetNoWrapper
@Stability(Stable) public void resetNoWrapper()
-
resetOidcToken
@Stability(Stable) public void resetOidcToken()
-
getNoWrapper
@Stability(Stable) @NotNull public PubsubSubscriptionPushConfigNoWrapperOutputReference getNoWrapper()
-
getOidcToken
@Stability(Stable) @NotNull public PubsubSubscriptionPushConfigOidcTokenOutputReference getOidcToken()
-
getNoWrapperInput
@Stability(Stable) @Nullable public PubsubSubscriptionPushConfigNoWrapper getNoWrapperInput()
-
getOidcTokenInput
@Stability(Stable) @Nullable public PubsubSubscriptionPushConfigOidcToken getOidcTokenInput()
-
getPushEndpointInput
@Stability(Stable) @Nullable public String getPushEndpointInput()
-
getPushEndpoint
@Stability(Stable) @NotNull public String getPushEndpoint()
-
setPushEndpoint
@Stability(Stable) public void setPushEndpoint(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public PubsubSubscriptionPushConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable PubsubSubscriptionPushConfig value)
-
-