Class CloudbuildTrigger
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- com.hashicorp.cdktf.TerraformElement
-
- com.hashicorp.cdktf.TerraformResource
-
- com.hashicorp.cdktf.providers.google.cloudbuild_trigger.CloudbuildTrigger
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.ITerraformAddressable,com.hashicorp.cdktf.ITerraformDependable,com.hashicorp.cdktf.ITerraformResource,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.058Z") @Stability(Stable) public class CloudbuildTrigger extends com.hashicorp.cdktf.TerraformResource
Represents a {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger google_cloudbuild_trigger}.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCloudbuildTrigger.BuilderA fluent builder forCloudbuildTrigger.-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Field Summary
Fields Modifier and Type Field Description static StringTF_RESOURCE_TYPE
-
Constructor Summary
Constructors Modifier Constructor Description protectedCloudbuildTrigger(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedCloudbuildTrigger(software.amazon.jsii.JsiiObjectRef objRef)CloudbuildTrigger(software.constructs.Construct scope, String id)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger google_cloudbuild_trigger} Resource.CloudbuildTrigger(software.constructs.Construct scope, String id, CloudbuildTriggerConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger google_cloudbuild_trigger} Resource.
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.TerraformResource
addMoveTarget, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getConnection, getCount, getDependsOn, getForEach, getLifecycle, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getProvider, getProvisioners, getStringAttribute, getStringMapAttribute, getTerraformGeneratorMetadata, getTerraformMetaArguments, getTerraformResourceType, hasResourceMove, importFrom, importFrom, interpolationForAttribute, isTerraformResource, moveFromId, moveTo, moveTo, moveToId, setConnection, setConnection, setCount, setCount, setDependsOn, setForEach, setLifecycle, setProvider, setProvisioners, toHclTerraform, toMetadata, toTerraform
-
Methods inherited from class com.hashicorp.cdktf.TerraformElement
addOverride, getCdktfStack, getConstructNodeMetadata, getFqn, getFriendlyUniqueId, getRawOverrides, isTerraformElement, overrideLogicalId, resetOverrideLogicalId
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Field Detail
-
TF_RESOURCE_TYPE
@Stability(Stable) public static final String TF_RESOURCE_TYPE
-
-
Constructor Detail
-
CloudbuildTrigger
protected CloudbuildTrigger(software.amazon.jsii.JsiiObjectRef objRef)
-
CloudbuildTrigger
protected CloudbuildTrigger(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
CloudbuildTrigger
@Stability(Stable) public CloudbuildTrigger(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CloudbuildTriggerConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger google_cloudbuild_trigger} Resource.- Parameters:
scope- The scope in which to define this construct. This parameter is required.id- The scoped construct ID. This parameter is required.config-
-
CloudbuildTrigger
@Stability(Stable) public CloudbuildTrigger(@NotNull software.constructs.Construct scope, @NotNull String id)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger google_cloudbuild_trigger} Resource.- Parameters:
scope- The scope in which to define this construct. This parameter is required.id- The scoped construct ID. This parameter is required.
-
-
Method Detail
-
generateConfigForImport
@Stability(Stable) @NotNull public static com.hashicorp.cdktf.ImportableResource generateConfigForImport(@NotNull software.constructs.Construct scope, @NotNull String importToId, @NotNull String importFromId, @Nullable com.hashicorp.cdktf.TerraformProvider provider)Generates CDKTF code for importing a CloudbuildTrigger resource upon running "cdktf plan". - Parameters:
scope- The scope in which to define this construct. This parameter is required.importToId- The construct id used in the generated config for the CloudbuildTrigger to import. This parameter is required.importFromId- The id of the existing CloudbuildTrigger that should be imported. This parameter is required.provider- ? Optional instance of the provider where the CloudbuildTrigger to import is found.
-
generateConfigForImport
@Stability(Stable) @NotNull public static com.hashicorp.cdktf.ImportableResource generateConfigForImport(@NotNull software.constructs.Construct scope, @NotNull String importToId, @NotNull String importFromId)Generates CDKTF code for importing a CloudbuildTrigger resource upon running "cdktf plan". - Parameters:
scope- The scope in which to define this construct. This parameter is required.importToId- The construct id used in the generated config for the CloudbuildTrigger to import. This parameter is required.importFromId- The id of the existing CloudbuildTrigger that should be imported. This parameter is required.
-
putApprovalConfig
@Stability(Stable) public void putApprovalConfig(@NotNull CloudbuildTriggerApprovalConfig value)- Parameters:
value- This parameter is required.
-
putBitbucketServerTriggerConfig
@Stability(Stable) public void putBitbucketServerTriggerConfig(@NotNull CloudbuildTriggerBitbucketServerTriggerConfig value)- Parameters:
value- This parameter is required.
-
putBuildAttribute
@Stability(Stable) public void putBuildAttribute(@NotNull CloudbuildTriggerBuild value)- Parameters:
value- This parameter is required.
-
putGitFileSource
@Stability(Stable) public void putGitFileSource(@NotNull CloudbuildTriggerGitFileSource value)- Parameters:
value- This parameter is required.
-
putGithub
@Stability(Stable) public void putGithub(@NotNull CloudbuildTriggerGithub value)- Parameters:
value- This parameter is required.
-
putPubsubConfig
@Stability(Stable) public void putPubsubConfig(@NotNull CloudbuildTriggerPubsubConfig value)- Parameters:
value- This parameter is required.
-
putRepositoryEventConfig
@Stability(Stable) public void putRepositoryEventConfig(@NotNull CloudbuildTriggerRepositoryEventConfig value)- Parameters:
value- This parameter is required.
-
putSourceToBuild
@Stability(Stable) public void putSourceToBuild(@NotNull CloudbuildTriggerSourceToBuild value)- Parameters:
value- This parameter is required.
-
putTimeouts
@Stability(Stable) public void putTimeouts(@NotNull CloudbuildTriggerTimeouts value)- Parameters:
value- This parameter is required.
-
putTriggerTemplate
@Stability(Stable) public void putTriggerTemplate(@NotNull CloudbuildTriggerTriggerTemplate value)- Parameters:
value- This parameter is required.
-
putWebhookConfig
@Stability(Stable) public void putWebhookConfig(@NotNull CloudbuildTriggerWebhookConfig value)- Parameters:
value- This parameter is required.
-
resetApprovalConfig
@Stability(Stable) public void resetApprovalConfig()
-
resetBitbucketServerTriggerConfig
@Stability(Stable) public void resetBitbucketServerTriggerConfig()
-
resetBuildAttribute
@Stability(Stable) public void resetBuildAttribute()
-
resetDescription
@Stability(Stable) public void resetDescription()
-
resetDisabled
@Stability(Stable) public void resetDisabled()
-
resetFilename
@Stability(Stable) public void resetFilename()
-
resetFilter
@Stability(Stable) public void resetFilter()
-
resetGitFileSource
@Stability(Stable) public void resetGitFileSource()
-
resetGithub
@Stability(Stable) public void resetGithub()
-
resetId
@Stability(Stable) public void resetId()
-
resetIgnoredFiles
@Stability(Stable) public void resetIgnoredFiles()
-
resetIncludeBuildLogs
@Stability(Stable) public void resetIncludeBuildLogs()
-
resetIncludedFiles
@Stability(Stable) public void resetIncludedFiles()
-
resetLocation
@Stability(Stable) public void resetLocation()
-
resetName
@Stability(Stable) public void resetName()
-
resetProject
@Stability(Stable) public void resetProject()
-
resetPubsubConfig
@Stability(Stable) public void resetPubsubConfig()
-
resetRepositoryEventConfig
@Stability(Stable) public void resetRepositoryEventConfig()
-
resetServiceAccount
@Stability(Stable) public void resetServiceAccount()
-
resetSourceToBuild
@Stability(Stable) public void resetSourceToBuild()
-
resetSubstitutions
@Stability(Stable) public void resetSubstitutions()
-
resetTags
@Stability(Stable) public void resetTags()
-
resetTimeouts
@Stability(Stable) public void resetTimeouts()
-
resetTriggerTemplate
@Stability(Stable) public void resetTriggerTemplate()
-
resetWebhookConfig
@Stability(Stable) public void resetWebhookConfig()
-
synthesizeAttributes
@Stability(Stable) @NotNull protected Map<String,Object> synthesizeAttributes()
- Overrides:
synthesizeAttributesin classcom.hashicorp.cdktf.TerraformResource
-
synthesizeHclAttributes
@Stability(Stable) @NotNull protected Map<String,Object> synthesizeHclAttributes()
- Overrides:
synthesizeHclAttributesin classcom.hashicorp.cdktf.TerraformResource
-
getApprovalConfig
@Stability(Stable) @NotNull public CloudbuildTriggerApprovalConfigOutputReference getApprovalConfig()
-
getBitbucketServerTriggerConfig
@Stability(Stable) @NotNull public CloudbuildTriggerBitbucketServerTriggerConfigOutputReference getBitbucketServerTriggerConfig()
-
getBuildAttribute
@Stability(Stable) @NotNull public CloudbuildTriggerBuildOutputReference getBuildAttribute()
-
getCreateTime
@Stability(Stable) @NotNull public String getCreateTime()
-
getGitFileSource
@Stability(Stable) @NotNull public CloudbuildTriggerGitFileSourceOutputReference getGitFileSource()
-
getGithub
@Stability(Stable) @NotNull public CloudbuildTriggerGithubOutputReference getGithub()
-
getPubsubConfig
@Stability(Stable) @NotNull public CloudbuildTriggerPubsubConfigOutputReference getPubsubConfig()
-
getRepositoryEventConfig
@Stability(Stable) @NotNull public CloudbuildTriggerRepositoryEventConfigOutputReference getRepositoryEventConfig()
-
getSourceToBuild
@Stability(Stable) @NotNull public CloudbuildTriggerSourceToBuildOutputReference getSourceToBuild()
-
getTimeouts
@Stability(Stable) @NotNull public CloudbuildTriggerTimeoutsOutputReference getTimeouts()
-
getTriggerId
@Stability(Stable) @NotNull public String getTriggerId()
-
getTriggerTemplate
@Stability(Stable) @NotNull public CloudbuildTriggerTriggerTemplateOutputReference getTriggerTemplate()
-
getWebhookConfig
@Stability(Stable) @NotNull public CloudbuildTriggerWebhookConfigOutputReference getWebhookConfig()
-
getApprovalConfigInput
@Stability(Stable) @Nullable public CloudbuildTriggerApprovalConfig getApprovalConfigInput()
-
getBitbucketServerTriggerConfigInput
@Stability(Stable) @Nullable public CloudbuildTriggerBitbucketServerTriggerConfig getBitbucketServerTriggerConfigInput()
-
getBuildAttributeInput
@Stability(Stable) @Nullable public CloudbuildTriggerBuild getBuildAttributeInput()
-
getDescriptionInput
@Stability(Stable) @Nullable public String getDescriptionInput()
-
getDisabledInput
@Stability(Stable) @Nullable public Object getDisabledInput()
-
getFilenameInput
@Stability(Stable) @Nullable public String getFilenameInput()
-
getFilterInput
@Stability(Stable) @Nullable public String getFilterInput()
-
getGitFileSourceInput
@Stability(Stable) @Nullable public CloudbuildTriggerGitFileSource getGitFileSourceInput()
-
getGithubInput
@Stability(Stable) @Nullable public CloudbuildTriggerGithub getGithubInput()
-
getIdInput
@Stability(Stable) @Nullable public String getIdInput()
-
getIncludeBuildLogsInput
@Stability(Stable) @Nullable public String getIncludeBuildLogsInput()
-
getLocationInput
@Stability(Stable) @Nullable public String getLocationInput()
-
getNameInput
@Stability(Stable) @Nullable public String getNameInput()
-
getProjectInput
@Stability(Stable) @Nullable public String getProjectInput()
-
getPubsubConfigInput
@Stability(Stable) @Nullable public CloudbuildTriggerPubsubConfig getPubsubConfigInput()
-
getRepositoryEventConfigInput
@Stability(Stable) @Nullable public CloudbuildTriggerRepositoryEventConfig getRepositoryEventConfigInput()
-
getServiceAccountInput
@Stability(Stable) @Nullable public String getServiceAccountInput()
-
getSourceToBuildInput
@Stability(Stable) @Nullable public CloudbuildTriggerSourceToBuild getSourceToBuildInput()
-
getSubstitutionsInput
@Stability(Stable) @Nullable public Map<String,String> getSubstitutionsInput()
-
getTimeoutsInput
@Stability(Stable) @Nullable public Object getTimeoutsInput()
-
getTriggerTemplateInput
@Stability(Stable) @Nullable public CloudbuildTriggerTriggerTemplate getTriggerTemplateInput()
-
getWebhookConfigInput
@Stability(Stable) @Nullable public CloudbuildTriggerWebhookConfig getWebhookConfigInput()
-
getDescription
@Stability(Stable) @NotNull public String getDescription()
-
setDescription
@Stability(Stable) public void setDescription(@NotNull String value)
-
getDisabled
@Stability(Stable) @NotNull public Object getDisabled()
-
setDisabled
@Stability(Stable) public void setDisabled(@NotNull Boolean value)
-
setDisabled
@Stability(Stable) public void setDisabled(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getFilename
@Stability(Stable) @NotNull public String getFilename()
-
setFilename
@Stability(Stable) public void setFilename(@NotNull String value)
-
getFilter
@Stability(Stable) @NotNull public String getFilter()
-
setFilter
@Stability(Stable) public void setFilter(@NotNull String value)
-
getId
@Stability(Stable) @NotNull public String getId()
-
setId
@Stability(Stable) public void setId(@NotNull String value)
-
getIncludeBuildLogs
@Stability(Stable) @NotNull public String getIncludeBuildLogs()
-
setIncludeBuildLogs
@Stability(Stable) public void setIncludeBuildLogs(@NotNull String value)
-
getLocation
@Stability(Stable) @NotNull public String getLocation()
-
setLocation
@Stability(Stable) public void setLocation(@NotNull String value)
-
getName
@Stability(Stable) @NotNull public String getName()
-
setName
@Stability(Stable) public void setName(@NotNull String value)
-
getProject
@Stability(Stable) @NotNull public String getProject()
-
setProject
@Stability(Stable) public void setProject(@NotNull String value)
-
getServiceAccount
@Stability(Stable) @NotNull public String getServiceAccount()
-
setServiceAccount
@Stability(Stable) public void setServiceAccount(@NotNull String value)
-
setSubstitutions
@Stability(Stable) public void setSubstitutions(@NotNull Map<String,String> value)
-
-