Documentation ¶
Index ¶
- func GoogleCloudbuildv2Connection_IsConstruct(x interface{}) *bool
- func GoogleCloudbuildv2Connection_IsTerraformElement(x interface{}) *bool
- func GoogleCloudbuildv2Connection_IsTerraformResource(x interface{}) *bool
- func GoogleCloudbuildv2Connection_TfResourceType() *string
- func NewGoogleCloudbuildv2ConnectionGithubConfigAuthorizerCredentialOutputReference_Override(g GoogleCloudbuildv2ConnectionGithubConfigAuthorizerCredentialOutputReference, ...)
- func NewGoogleCloudbuildv2ConnectionGithubConfigOutputReference_Override(g GoogleCloudbuildv2ConnectionGithubConfigOutputReference, ...)
- func NewGoogleCloudbuildv2ConnectionGithubEnterpriseConfigOutputReference_Override(g GoogleCloudbuildv2ConnectionGithubEnterpriseConfigOutputReference, ...)
- func NewGoogleCloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfigOutputReference_Override(...)
- func NewGoogleCloudbuildv2ConnectionGitlabConfigAuthorizerCredentialOutputReference_Override(g GoogleCloudbuildv2ConnectionGitlabConfigAuthorizerCredentialOutputReference, ...)
- func NewGoogleCloudbuildv2ConnectionGitlabConfigOutputReference_Override(g GoogleCloudbuildv2ConnectionGitlabConfigOutputReference, ...)
- func NewGoogleCloudbuildv2ConnectionGitlabConfigReadAuthorizerCredentialOutputReference_Override(...)
- func NewGoogleCloudbuildv2ConnectionGitlabConfigServiceDirectoryConfigOutputReference_Override(...)
- func NewGoogleCloudbuildv2ConnectionInstallationStateList_Override(g GoogleCloudbuildv2ConnectionInstallationStateList, ...)
- func NewGoogleCloudbuildv2ConnectionInstallationStateOutputReference_Override(g GoogleCloudbuildv2ConnectionInstallationStateOutputReference, ...)
- func NewGoogleCloudbuildv2ConnectionTimeoutsOutputReference_Override(g GoogleCloudbuildv2ConnectionTimeoutsOutputReference, ...)
- func NewGoogleCloudbuildv2Connection_Override(g GoogleCloudbuildv2Connection, scope constructs.Construct, id *string, ...)
- type GoogleCloudbuildv2Connection
- type GoogleCloudbuildv2ConnectionConfig
- type GoogleCloudbuildv2ConnectionGithubConfig
- type GoogleCloudbuildv2ConnectionGithubConfigAuthorizerCredential
- type GoogleCloudbuildv2ConnectionGithubConfigAuthorizerCredentialOutputReference
- type GoogleCloudbuildv2ConnectionGithubConfigOutputReference
- type GoogleCloudbuildv2ConnectionGithubEnterpriseConfig
- type GoogleCloudbuildv2ConnectionGithubEnterpriseConfigOutputReference
- type GoogleCloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfig
- type GoogleCloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfigOutputReference
- type GoogleCloudbuildv2ConnectionGitlabConfig
- type GoogleCloudbuildv2ConnectionGitlabConfigAuthorizerCredential
- type GoogleCloudbuildv2ConnectionGitlabConfigAuthorizerCredentialOutputReference
- type GoogleCloudbuildv2ConnectionGitlabConfigOutputReference
- type GoogleCloudbuildv2ConnectionGitlabConfigReadAuthorizerCredential
- type GoogleCloudbuildv2ConnectionGitlabConfigReadAuthorizerCredentialOutputReference
- type GoogleCloudbuildv2ConnectionGitlabConfigServiceDirectoryConfig
- type GoogleCloudbuildv2ConnectionGitlabConfigServiceDirectoryConfigOutputReference
- type GoogleCloudbuildv2ConnectionInstallationState
- type GoogleCloudbuildv2ConnectionInstallationStateList
- type GoogleCloudbuildv2ConnectionInstallationStateOutputReference
- type GoogleCloudbuildv2ConnectionTimeouts
- type GoogleCloudbuildv2ConnectionTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleCloudbuildv2Connection_IsConstruct ¶
func GoogleCloudbuildv2Connection_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func GoogleCloudbuildv2Connection_IsTerraformElement ¶
func GoogleCloudbuildv2Connection_IsTerraformElement(x interface{}) *bool
Experimental.
func GoogleCloudbuildv2Connection_IsTerraformResource ¶
func GoogleCloudbuildv2Connection_IsTerraformResource(x interface{}) *bool
Experimental.
func GoogleCloudbuildv2Connection_TfResourceType ¶
func GoogleCloudbuildv2Connection_TfResourceType() *string
func NewGoogleCloudbuildv2ConnectionGithubConfigAuthorizerCredentialOutputReference_Override ¶
func NewGoogleCloudbuildv2ConnectionGithubConfigAuthorizerCredentialOutputReference_Override(g GoogleCloudbuildv2ConnectionGithubConfigAuthorizerCredentialOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleCloudbuildv2ConnectionGithubConfigOutputReference_Override ¶
func NewGoogleCloudbuildv2ConnectionGithubConfigOutputReference_Override(g GoogleCloudbuildv2ConnectionGithubConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleCloudbuildv2ConnectionGithubEnterpriseConfigOutputReference_Override ¶
func NewGoogleCloudbuildv2ConnectionGithubEnterpriseConfigOutputReference_Override(g GoogleCloudbuildv2ConnectionGithubEnterpriseConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleCloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfigOutputReference_Override ¶
func NewGoogleCloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfigOutputReference_Override(g GoogleCloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleCloudbuildv2ConnectionGitlabConfigAuthorizerCredentialOutputReference_Override ¶ added in v8.0.5
func NewGoogleCloudbuildv2ConnectionGitlabConfigAuthorizerCredentialOutputReference_Override(g GoogleCloudbuildv2ConnectionGitlabConfigAuthorizerCredentialOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleCloudbuildv2ConnectionGitlabConfigOutputReference_Override ¶ added in v8.0.5
func NewGoogleCloudbuildv2ConnectionGitlabConfigOutputReference_Override(g GoogleCloudbuildv2ConnectionGitlabConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleCloudbuildv2ConnectionGitlabConfigReadAuthorizerCredentialOutputReference_Override ¶ added in v8.0.5
func NewGoogleCloudbuildv2ConnectionGitlabConfigReadAuthorizerCredentialOutputReference_Override(g GoogleCloudbuildv2ConnectionGitlabConfigReadAuthorizerCredentialOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleCloudbuildv2ConnectionGitlabConfigServiceDirectoryConfigOutputReference_Override ¶ added in v8.0.5
func NewGoogleCloudbuildv2ConnectionGitlabConfigServiceDirectoryConfigOutputReference_Override(g GoogleCloudbuildv2ConnectionGitlabConfigServiceDirectoryConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleCloudbuildv2ConnectionInstallationStateList_Override ¶
func NewGoogleCloudbuildv2ConnectionInstallationStateList_Override(g GoogleCloudbuildv2ConnectionInstallationStateList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleCloudbuildv2ConnectionInstallationStateOutputReference_Override ¶
func NewGoogleCloudbuildv2ConnectionInstallationStateOutputReference_Override(g GoogleCloudbuildv2ConnectionInstallationStateOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleCloudbuildv2ConnectionTimeoutsOutputReference_Override ¶
func NewGoogleCloudbuildv2ConnectionTimeoutsOutputReference_Override(g GoogleCloudbuildv2ConnectionTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleCloudbuildv2Connection_Override ¶
func NewGoogleCloudbuildv2Connection_Override(g GoogleCloudbuildv2Connection, scope constructs.Construct, id *string, config *GoogleCloudbuildv2ConnectionConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection google_cloudbuildv2_connection} Resource.
Types ¶
type GoogleCloudbuildv2Connection ¶
type GoogleCloudbuildv2Connection interface { cdktf.TerraformResource Annotations() *map[string]*string SetAnnotations(val *map[string]*string) AnnotationsInput() *map[string]*string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreateTime() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Disabled() interface{} SetDisabled(val interface{}) DisabledInput() interface{} Etag() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string GithubConfig() GoogleCloudbuildv2ConnectionGithubConfigOutputReference GithubConfigInput() *GoogleCloudbuildv2ConnectionGithubConfig GithubEnterpriseConfig() GoogleCloudbuildv2ConnectionGithubEnterpriseConfigOutputReference GithubEnterpriseConfigInput() *GoogleCloudbuildv2ConnectionGithubEnterpriseConfig GitlabConfig() GoogleCloudbuildv2ConnectionGitlabConfigOutputReference GitlabConfigInput() *GoogleCloudbuildv2ConnectionGitlabConfig Id() *string SetId(val *string) IdInput() *string InstallationState() GoogleCloudbuildv2ConnectionInstallationStateList // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Reconciling() cdktf.IResolvable // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GoogleCloudbuildv2ConnectionTimeoutsOutputReference TimeoutsInput() interface{} UpdateTime() *string // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutGithubConfig(value *GoogleCloudbuildv2ConnectionGithubConfig) PutGithubEnterpriseConfig(value *GoogleCloudbuildv2ConnectionGithubEnterpriseConfig) PutGitlabConfig(value *GoogleCloudbuildv2ConnectionGitlabConfig) PutTimeouts(value *GoogleCloudbuildv2ConnectionTimeouts) ResetAnnotations() ResetDisabled() ResetGithubConfig() ResetGithubEnterpriseConfig() ResetGitlabConfig() ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection google_cloudbuildv2_connection}.
func NewGoogleCloudbuildv2Connection ¶
func NewGoogleCloudbuildv2Connection(scope constructs.Construct, id *string, config *GoogleCloudbuildv2ConnectionConfig) GoogleCloudbuildv2Connection
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection google_cloudbuildv2_connection} Resource.
type GoogleCloudbuildv2ConnectionConfig ¶
type GoogleCloudbuildv2ConnectionConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // The location for the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#location GoogleCloudbuildv2Connection#location} Location *string `field:"required" json:"location" yaml:"location"` // Immutable. The resource name of the connection, in the format `projects/{project}/locations/{location}/connections/{connection_id}`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#name GoogleCloudbuildv2Connection#name} Name *string `field:"required" json:"name" yaml:"name"` // Allows clients to store small amounts of arbitrary data. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#annotations GoogleCloudbuildv2Connection#annotations} Annotations *map[string]*string `field:"optional" json:"annotations" yaml:"annotations"` // If disabled is set to true, functionality is disabled for this connection. // // Repository based API methods and webhooks processing for repositories in this connection will be disabled. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#disabled GoogleCloudbuildv2Connection#disabled} Disabled interface{} `field:"optional" json:"disabled" yaml:"disabled"` // github_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#github_config GoogleCloudbuildv2Connection#github_config} GithubConfig *GoogleCloudbuildv2ConnectionGithubConfig `field:"optional" json:"githubConfig" yaml:"githubConfig"` // github_enterprise_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#github_enterprise_config GoogleCloudbuildv2Connection#github_enterprise_config} GithubEnterpriseConfig *GoogleCloudbuildv2ConnectionGithubEnterpriseConfig `field:"optional" json:"githubEnterpriseConfig" yaml:"githubEnterpriseConfig"` // gitlab_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#gitlab_config GoogleCloudbuildv2Connection#gitlab_config} GitlabConfig *GoogleCloudbuildv2ConnectionGitlabConfig `field:"optional" json:"gitlabConfig" yaml:"gitlabConfig"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#id GoogleCloudbuildv2Connection#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // The project for the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#project GoogleCloudbuildv2Connection#project} Project *string `field:"optional" json:"project" yaml:"project"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#timeouts GoogleCloudbuildv2Connection#timeouts} Timeouts *GoogleCloudbuildv2ConnectionTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type GoogleCloudbuildv2ConnectionGithubConfig ¶
type GoogleCloudbuildv2ConnectionGithubConfig struct { // GitHub App installation id. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#app_installation_id GoogleCloudbuildv2Connection#app_installation_id} AppInstallationId *float64 `field:"optional" json:"appInstallationId" yaml:"appInstallationId"` // authorizer_credential block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#authorizer_credential GoogleCloudbuildv2Connection#authorizer_credential} AuthorizerCredential *GoogleCloudbuildv2ConnectionGithubConfigAuthorizerCredential `field:"optional" json:"authorizerCredential" yaml:"authorizerCredential"` }
type GoogleCloudbuildv2ConnectionGithubConfigAuthorizerCredential ¶
type GoogleCloudbuildv2ConnectionGithubConfigAuthorizerCredential struct { // A SecretManager resource containing the OAuth token that authorizes the Cloud Build connection. Format: `projects/*\/secrets/*\/versions/*`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#oauth_token_secret_version GoogleCloudbuildv2Connection#oauth_token_secret_version} OauthTokenSecretVersion *string `field:"optional" json:"oauthTokenSecretVersion" yaml:"oauthTokenSecretVersion"` }
type GoogleCloudbuildv2ConnectionGithubConfigAuthorizerCredentialOutputReference ¶
type GoogleCloudbuildv2ConnectionGithubConfigAuthorizerCredentialOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *GoogleCloudbuildv2ConnectionGithubConfigAuthorizerCredential SetInternalValue(val *GoogleCloudbuildv2ConnectionGithubConfigAuthorizerCredential) OauthTokenSecretVersion() *string SetOauthTokenSecretVersion(val *string) OauthTokenSecretVersionInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Username() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetOauthTokenSecretVersion() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleCloudbuildv2ConnectionGithubConfigAuthorizerCredentialOutputReference ¶
func NewGoogleCloudbuildv2ConnectionGithubConfigAuthorizerCredentialOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleCloudbuildv2ConnectionGithubConfigAuthorizerCredentialOutputReference
type GoogleCloudbuildv2ConnectionGithubConfigOutputReference ¶
type GoogleCloudbuildv2ConnectionGithubConfigOutputReference interface { cdktf.ComplexObject AppInstallationId() *float64 SetAppInstallationId(val *float64) AppInstallationIdInput() *float64 AuthorizerCredential() GoogleCloudbuildv2ConnectionGithubConfigAuthorizerCredentialOutputReference AuthorizerCredentialInput() *GoogleCloudbuildv2ConnectionGithubConfigAuthorizerCredential // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *GoogleCloudbuildv2ConnectionGithubConfig SetInternalValue(val *GoogleCloudbuildv2ConnectionGithubConfig) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutAuthorizerCredential(value *GoogleCloudbuildv2ConnectionGithubConfigAuthorizerCredential) ResetAppInstallationId() ResetAuthorizerCredential() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleCloudbuildv2ConnectionGithubConfigOutputReference ¶
func NewGoogleCloudbuildv2ConnectionGithubConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleCloudbuildv2ConnectionGithubConfigOutputReference
type GoogleCloudbuildv2ConnectionGithubEnterpriseConfig ¶
type GoogleCloudbuildv2ConnectionGithubEnterpriseConfig struct { // Required. The URI of the GitHub Enterprise host this connection is for. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#host_uri GoogleCloudbuildv2Connection#host_uri} HostUri *string `field:"required" json:"hostUri" yaml:"hostUri"` // Id of the GitHub App created from the manifest. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#app_id GoogleCloudbuildv2Connection#app_id} AppId *float64 `field:"optional" json:"appId" yaml:"appId"` // ID of the installation of the GitHub App. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#app_installation_id GoogleCloudbuildv2Connection#app_installation_id} AppInstallationId *float64 `field:"optional" json:"appInstallationId" yaml:"appInstallationId"` // The URL-friendly name of the GitHub App. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#app_slug GoogleCloudbuildv2Connection#app_slug} AppSlug *string `field:"optional" json:"appSlug" yaml:"appSlug"` // SecretManager resource containing the private key of the GitHub App, formatted as `projects/*\/secrets/*\/versions/*`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#private_key_secret_version GoogleCloudbuildv2Connection#private_key_secret_version} PrivateKeySecretVersion *string `field:"optional" json:"privateKeySecretVersion" yaml:"privateKeySecretVersion"` // service_directory_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#service_directory_config GoogleCloudbuildv2Connection#service_directory_config} ServiceDirectoryConfig *GoogleCloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfig `field:"optional" json:"serviceDirectoryConfig" yaml:"serviceDirectoryConfig"` // SSL certificate to use for requests to GitHub Enterprise. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#ssl_ca GoogleCloudbuildv2Connection#ssl_ca} SslCa *string `field:"optional" json:"sslCa" yaml:"sslCa"` // SecretManager resource containing the webhook secret of the GitHub App, formatted as `projects/*\/secrets/*\/versions/*`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#webhook_secret_secret_version GoogleCloudbuildv2Connection#webhook_secret_secret_version} WebhookSecretSecretVersion *string `field:"optional" json:"webhookSecretSecretVersion" yaml:"webhookSecretSecretVersion"` }
type GoogleCloudbuildv2ConnectionGithubEnterpriseConfigOutputReference ¶
type GoogleCloudbuildv2ConnectionGithubEnterpriseConfigOutputReference interface { cdktf.ComplexObject AppId() *float64 SetAppId(val *float64) AppIdInput() *float64 AppInstallationId() *float64 SetAppInstallationId(val *float64) AppInstallationIdInput() *float64 AppSlug() *string SetAppSlug(val *string) AppSlugInput() *string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string HostUri() *string SetHostUri(val *string) HostUriInput() *string InternalValue() *GoogleCloudbuildv2ConnectionGithubEnterpriseConfig SetInternalValue(val *GoogleCloudbuildv2ConnectionGithubEnterpriseConfig) PrivateKeySecretVersion() *string SetPrivateKeySecretVersion(val *string) PrivateKeySecretVersionInput() *string ServiceDirectoryConfig() GoogleCloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfigOutputReference ServiceDirectoryConfigInput() *GoogleCloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfig SslCa() *string SetSslCa(val *string) SslCaInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) WebhookSecretSecretVersion() *string SetWebhookSecretSecretVersion(val *string) WebhookSecretSecretVersionInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutServiceDirectoryConfig(value *GoogleCloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfig) ResetAppId() ResetAppInstallationId() ResetAppSlug() ResetPrivateKeySecretVersion() ResetServiceDirectoryConfig() ResetSslCa() ResetWebhookSecretSecretVersion() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleCloudbuildv2ConnectionGithubEnterpriseConfigOutputReference ¶
func NewGoogleCloudbuildv2ConnectionGithubEnterpriseConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleCloudbuildv2ConnectionGithubEnterpriseConfigOutputReference
type GoogleCloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfig ¶
type GoogleCloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfig struct { // Required. The Service Directory service name. Format: projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#service GoogleCloudbuildv2Connection#service} Service *string `field:"required" json:"service" yaml:"service"` }
type GoogleCloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfigOutputReference ¶
type GoogleCloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfigOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *GoogleCloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfig SetInternalValue(val *GoogleCloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfig) Service() *string SetService(val *string) ServiceInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleCloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfigOutputReference ¶
func NewGoogleCloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleCloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfigOutputReference
type GoogleCloudbuildv2ConnectionGitlabConfig ¶ added in v8.0.5
type GoogleCloudbuildv2ConnectionGitlabConfig struct { // authorizer_credential block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#authorizer_credential GoogleCloudbuildv2Connection#authorizer_credential} AuthorizerCredential *GoogleCloudbuildv2ConnectionGitlabConfigAuthorizerCredential `field:"required" json:"authorizerCredential" yaml:"authorizerCredential"` // read_authorizer_credential block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#read_authorizer_credential GoogleCloudbuildv2Connection#read_authorizer_credential} ReadAuthorizerCredential *GoogleCloudbuildv2ConnectionGitlabConfigReadAuthorizerCredential `field:"required" json:"readAuthorizerCredential" yaml:"readAuthorizerCredential"` // Required. Immutable. SecretManager resource containing the webhook secret of a GitLab Enterprise project, formatted as `projects/*\/secrets/*\/versions/*`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#webhook_secret_secret_version GoogleCloudbuildv2Connection#webhook_secret_secret_version} WebhookSecretSecretVersion *string `field:"required" json:"webhookSecretSecretVersion" yaml:"webhookSecretSecretVersion"` // The URI of the GitLab Enterprise host this connection is for. If not specified, the default value is https://gitlab.com. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#host_uri GoogleCloudbuildv2Connection#host_uri} HostUri *string `field:"optional" json:"hostUri" yaml:"hostUri"` // service_directory_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#service_directory_config GoogleCloudbuildv2Connection#service_directory_config} ServiceDirectoryConfig *GoogleCloudbuildv2ConnectionGitlabConfigServiceDirectoryConfig `field:"optional" json:"serviceDirectoryConfig" yaml:"serviceDirectoryConfig"` // SSL certificate to use for requests to GitLab Enterprise. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#ssl_ca GoogleCloudbuildv2Connection#ssl_ca} SslCa *string `field:"optional" json:"sslCa" yaml:"sslCa"` }
type GoogleCloudbuildv2ConnectionGitlabConfigAuthorizerCredential ¶ added in v8.0.5
type GoogleCloudbuildv2ConnectionGitlabConfigAuthorizerCredential struct { // Required. A SecretManager resource containing the user token that authorizes the Cloud Build connection. Format: `projects/*\/secrets/*\/versions/*`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#user_token_secret_version GoogleCloudbuildv2Connection#user_token_secret_version} UserTokenSecretVersion *string `field:"required" json:"userTokenSecretVersion" yaml:"userTokenSecretVersion"` }
type GoogleCloudbuildv2ConnectionGitlabConfigAuthorizerCredentialOutputReference ¶ added in v8.0.5
type GoogleCloudbuildv2ConnectionGitlabConfigAuthorizerCredentialOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *GoogleCloudbuildv2ConnectionGitlabConfigAuthorizerCredential SetInternalValue(val *GoogleCloudbuildv2ConnectionGitlabConfigAuthorizerCredential) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Username() *string UserTokenSecretVersion() *string SetUserTokenSecretVersion(val *string) UserTokenSecretVersionInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleCloudbuildv2ConnectionGitlabConfigAuthorizerCredentialOutputReference ¶ added in v8.0.5
func NewGoogleCloudbuildv2ConnectionGitlabConfigAuthorizerCredentialOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleCloudbuildv2ConnectionGitlabConfigAuthorizerCredentialOutputReference
type GoogleCloudbuildv2ConnectionGitlabConfigOutputReference ¶ added in v8.0.5
type GoogleCloudbuildv2ConnectionGitlabConfigOutputReference interface { cdktf.ComplexObject AuthorizerCredential() GoogleCloudbuildv2ConnectionGitlabConfigAuthorizerCredentialOutputReference AuthorizerCredentialInput() *GoogleCloudbuildv2ConnectionGitlabConfigAuthorizerCredential // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string HostUri() *string SetHostUri(val *string) HostUriInput() *string InternalValue() *GoogleCloudbuildv2ConnectionGitlabConfig SetInternalValue(val *GoogleCloudbuildv2ConnectionGitlabConfig) ReadAuthorizerCredential() GoogleCloudbuildv2ConnectionGitlabConfigReadAuthorizerCredentialOutputReference ReadAuthorizerCredentialInput() *GoogleCloudbuildv2ConnectionGitlabConfigReadAuthorizerCredential ServerVersion() *string ServiceDirectoryConfig() GoogleCloudbuildv2ConnectionGitlabConfigServiceDirectoryConfigOutputReference ServiceDirectoryConfigInput() *GoogleCloudbuildv2ConnectionGitlabConfigServiceDirectoryConfig SslCa() *string SetSslCa(val *string) SslCaInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) WebhookSecretSecretVersion() *string SetWebhookSecretSecretVersion(val *string) WebhookSecretSecretVersionInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutAuthorizerCredential(value *GoogleCloudbuildv2ConnectionGitlabConfigAuthorizerCredential) PutReadAuthorizerCredential(value *GoogleCloudbuildv2ConnectionGitlabConfigReadAuthorizerCredential) PutServiceDirectoryConfig(value *GoogleCloudbuildv2ConnectionGitlabConfigServiceDirectoryConfig) ResetHostUri() ResetServiceDirectoryConfig() ResetSslCa() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleCloudbuildv2ConnectionGitlabConfigOutputReference ¶ added in v8.0.5
func NewGoogleCloudbuildv2ConnectionGitlabConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleCloudbuildv2ConnectionGitlabConfigOutputReference
type GoogleCloudbuildv2ConnectionGitlabConfigReadAuthorizerCredential ¶ added in v8.0.5
type GoogleCloudbuildv2ConnectionGitlabConfigReadAuthorizerCredential struct { // Required. A SecretManager resource containing the user token that authorizes the Cloud Build connection. Format: `projects/*\/secrets/*\/versions/*`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#user_token_secret_version GoogleCloudbuildv2Connection#user_token_secret_version} UserTokenSecretVersion *string `field:"required" json:"userTokenSecretVersion" yaml:"userTokenSecretVersion"` }
type GoogleCloudbuildv2ConnectionGitlabConfigReadAuthorizerCredentialOutputReference ¶ added in v8.0.5
type GoogleCloudbuildv2ConnectionGitlabConfigReadAuthorizerCredentialOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *GoogleCloudbuildv2ConnectionGitlabConfigReadAuthorizerCredential SetInternalValue(val *GoogleCloudbuildv2ConnectionGitlabConfigReadAuthorizerCredential) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Username() *string UserTokenSecretVersion() *string SetUserTokenSecretVersion(val *string) UserTokenSecretVersionInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleCloudbuildv2ConnectionGitlabConfigReadAuthorizerCredentialOutputReference ¶ added in v8.0.5
func NewGoogleCloudbuildv2ConnectionGitlabConfigReadAuthorizerCredentialOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleCloudbuildv2ConnectionGitlabConfigReadAuthorizerCredentialOutputReference
type GoogleCloudbuildv2ConnectionGitlabConfigServiceDirectoryConfig ¶ added in v8.0.5
type GoogleCloudbuildv2ConnectionGitlabConfigServiceDirectoryConfig struct { // Required. The Service Directory service name. Format: projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#service GoogleCloudbuildv2Connection#service} Service *string `field:"required" json:"service" yaml:"service"` }
type GoogleCloudbuildv2ConnectionGitlabConfigServiceDirectoryConfigOutputReference ¶ added in v8.0.5
type GoogleCloudbuildv2ConnectionGitlabConfigServiceDirectoryConfigOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *GoogleCloudbuildv2ConnectionGitlabConfigServiceDirectoryConfig SetInternalValue(val *GoogleCloudbuildv2ConnectionGitlabConfigServiceDirectoryConfig) Service() *string SetService(val *string) ServiceInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleCloudbuildv2ConnectionGitlabConfigServiceDirectoryConfigOutputReference ¶ added in v8.0.5
func NewGoogleCloudbuildv2ConnectionGitlabConfigServiceDirectoryConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleCloudbuildv2ConnectionGitlabConfigServiceDirectoryConfigOutputReference
type GoogleCloudbuildv2ConnectionInstallationState ¶
type GoogleCloudbuildv2ConnectionInstallationState struct { }
type GoogleCloudbuildv2ConnectionInstallationStateList ¶
type GoogleCloudbuildv2ConnectionInstallationStateList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) GoogleCloudbuildv2ConnectionInstallationStateOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleCloudbuildv2ConnectionInstallationStateList ¶
func NewGoogleCloudbuildv2ConnectionInstallationStateList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleCloudbuildv2ConnectionInstallationStateList
type GoogleCloudbuildv2ConnectionInstallationStateOutputReference ¶
type GoogleCloudbuildv2ConnectionInstallationStateOutputReference interface { cdktf.ComplexObject ActionUri() *string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *GoogleCloudbuildv2ConnectionInstallationState SetInternalValue(val *GoogleCloudbuildv2ConnectionInstallationState) Message() *string Stage() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleCloudbuildv2ConnectionInstallationStateOutputReference ¶
func NewGoogleCloudbuildv2ConnectionInstallationStateOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleCloudbuildv2ConnectionInstallationStateOutputReference
type GoogleCloudbuildv2ConnectionTimeouts ¶
type GoogleCloudbuildv2ConnectionTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#create GoogleCloudbuildv2Connection#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#delete GoogleCloudbuildv2Connection#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_cloudbuildv2_connection#update GoogleCloudbuildv2Connection#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GoogleCloudbuildv2ConnectionTimeoutsOutputReference ¶
type GoogleCloudbuildv2ConnectionTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleCloudbuildv2ConnectionTimeoutsOutputReference ¶
func NewGoogleCloudbuildv2ConnectionTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleCloudbuildv2ConnectionTimeoutsOutputReference
Source Files ¶
- GoogleCloudbuildv2Connection.go
- GoogleCloudbuildv2ConnectionConfig.go
- GoogleCloudbuildv2ConnectionGithubConfig.go
- GoogleCloudbuildv2ConnectionGithubConfigAuthorizerCredential.go
- GoogleCloudbuildv2ConnectionGithubConfigAuthorizerCredentialOutputReference.go
- GoogleCloudbuildv2ConnectionGithubConfigAuthorizerCredentialOutputReference__checks.go
- GoogleCloudbuildv2ConnectionGithubConfigOutputReference.go
- GoogleCloudbuildv2ConnectionGithubConfigOutputReference__checks.go
- GoogleCloudbuildv2ConnectionGithubEnterpriseConfig.go
- GoogleCloudbuildv2ConnectionGithubEnterpriseConfigOutputReference.go
- GoogleCloudbuildv2ConnectionGithubEnterpriseConfigOutputReference__checks.go
- GoogleCloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfig.go
- GoogleCloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfigOutputReference.go
- GoogleCloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfigOutputReference__checks.go
- GoogleCloudbuildv2ConnectionGitlabConfig.go
- GoogleCloudbuildv2ConnectionGitlabConfigAuthorizerCredential.go
- GoogleCloudbuildv2ConnectionGitlabConfigAuthorizerCredentialOutputReference.go
- GoogleCloudbuildv2ConnectionGitlabConfigAuthorizerCredentialOutputReference__checks.go
- GoogleCloudbuildv2ConnectionGitlabConfigOutputReference.go
- GoogleCloudbuildv2ConnectionGitlabConfigOutputReference__checks.go
- GoogleCloudbuildv2ConnectionGitlabConfigReadAuthorizerCredential.go
- GoogleCloudbuildv2ConnectionGitlabConfigReadAuthorizerCredentialOutputReference.go
- GoogleCloudbuildv2ConnectionGitlabConfigReadAuthorizerCredentialOutputReference__checks.go
- GoogleCloudbuildv2ConnectionGitlabConfigServiceDirectoryConfig.go
- GoogleCloudbuildv2ConnectionGitlabConfigServiceDirectoryConfigOutputReference.go
- GoogleCloudbuildv2ConnectionGitlabConfigServiceDirectoryConfigOutputReference__checks.go
- GoogleCloudbuildv2ConnectionInstallationState.go
- GoogleCloudbuildv2ConnectionInstallationStateList.go
- GoogleCloudbuildv2ConnectionInstallationStateList__checks.go
- GoogleCloudbuildv2ConnectionInstallationStateOutputReference.go
- GoogleCloudbuildv2ConnectionInstallationStateOutputReference__checks.go
- GoogleCloudbuildv2ConnectionTimeouts.go
- GoogleCloudbuildv2ConnectionTimeoutsOutputReference.go
- GoogleCloudbuildv2ConnectionTimeoutsOutputReference__checks.go
- GoogleCloudbuildv2Connection__checks.go
- main.go