Class CloudbuildTriggerBuildOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.cloudbuild_trigger.CloudbuildTriggerBuildOutputReference
-
- 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:18.071Z") @Stability(Stable) public class CloudbuildTriggerBuildOutputReference 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 CloudbuildTriggerBuildOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedCloudbuildTriggerBuildOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedCloudbuildTriggerBuildOutputReference(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
-
CloudbuildTriggerBuildOutputReference
protected CloudbuildTriggerBuildOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
CloudbuildTriggerBuildOutputReference
protected CloudbuildTriggerBuildOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
CloudbuildTriggerBuildOutputReference
@Stability(Stable) public CloudbuildTriggerBuildOutputReference(@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
-
putArtifacts
@Stability(Stable) public void putArtifacts(@NotNull CloudbuildTriggerBuildArtifacts value)- Parameters:
value- This parameter is required.
-
putAvailableSecrets
@Stability(Stable) public void putAvailableSecrets(@NotNull CloudbuildTriggerBuildAvailableSecrets value)- Parameters:
value- This parameter is required.
-
putOptions
@Stability(Stable) public void putOptions(@NotNull CloudbuildTriggerBuildOptions value)- Parameters:
value- This parameter is required.
-
putSecret
@Stability(Stable) public void putSecret(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putSource
@Stability(Stable) public void putSource(@NotNull CloudbuildTriggerBuildSource value)- Parameters:
value- This parameter is required.
-
putStep
@Stability(Stable) public void putStep(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetArtifacts
@Stability(Stable) public void resetArtifacts()
-
resetAvailableSecrets
@Stability(Stable) public void resetAvailableSecrets()
-
resetImages
@Stability(Stable) public void resetImages()
-
resetLogsBucket
@Stability(Stable) public void resetLogsBucket()
-
resetOptions
@Stability(Stable) public void resetOptions()
-
resetQueueTtl
@Stability(Stable) public void resetQueueTtl()
-
resetSecret
@Stability(Stable) public void resetSecret()
-
resetSource
@Stability(Stable) public void resetSource()
-
resetSubstitutions
@Stability(Stable) public void resetSubstitutions()
-
resetTags
@Stability(Stable) public void resetTags()
-
resetTimeout
@Stability(Stable) public void resetTimeout()
-
getArtifacts
@Stability(Stable) @NotNull public CloudbuildTriggerBuildArtifactsOutputReference getArtifacts()
-
getAvailableSecrets
@Stability(Stable) @NotNull public CloudbuildTriggerBuildAvailableSecretsOutputReference getAvailableSecrets()
-
getOptions
@Stability(Stable) @NotNull public CloudbuildTriggerBuildOptionsOutputReference getOptions()
-
getSecret
@Stability(Stable) @NotNull public CloudbuildTriggerBuildSecretList getSecret()
-
getSource
@Stability(Stable) @NotNull public CloudbuildTriggerBuildSourceOutputReference getSource()
-
getStep
@Stability(Stable) @NotNull public CloudbuildTriggerBuildStepList getStep()
-
getArtifactsInput
@Stability(Stable) @Nullable public CloudbuildTriggerBuildArtifacts getArtifactsInput()
-
getAvailableSecretsInput
@Stability(Stable) @Nullable public CloudbuildTriggerBuildAvailableSecrets getAvailableSecretsInput()
-
getLogsBucketInput
@Stability(Stable) @Nullable public String getLogsBucketInput()
-
getOptionsInput
@Stability(Stable) @Nullable public CloudbuildTriggerBuildOptions getOptionsInput()
-
getQueueTtlInput
@Stability(Stable) @Nullable public String getQueueTtlInput()
-
getSecretInput
@Stability(Stable) @Nullable public Object getSecretInput()
-
getSourceInput
@Stability(Stable) @Nullable public CloudbuildTriggerBuildSource getSourceInput()
-
getStepInput
@Stability(Stable) @Nullable public Object getStepInput()
-
getSubstitutionsInput
@Stability(Stable) @Nullable public Map<String,String> getSubstitutionsInput()
-
getTimeoutInput
@Stability(Stable) @Nullable public String getTimeoutInput()
-
getLogsBucket
@Stability(Stable) @NotNull public String getLogsBucket()
-
setLogsBucket
@Stability(Stable) public void setLogsBucket(@NotNull String value)
-
getQueueTtl
@Stability(Stable) @NotNull public String getQueueTtl()
-
setQueueTtl
@Stability(Stable) public void setQueueTtl(@NotNull String value)
-
setSubstitutions
@Stability(Stable) public void setSubstitutions(@NotNull Map<String,String> value)
-
getTimeout
@Stability(Stable) @NotNull public String getTimeout()
-
setTimeout
@Stability(Stable) public void setTimeout(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public CloudbuildTriggerBuild getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable CloudbuildTriggerBuild value)
-
-