Interface Cloudbuildv2ConnectionGithubConfigAuthorizerCredential
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Cloudbuildv2ConnectionGithubConfigAuthorizerCredential.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.104Z") @Stability(Stable) public interface Cloudbuildv2ConnectionGithubConfigAuthorizerCredential extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudbuildv2ConnectionGithubConfigAuthorizerCredential.BuilderA builder forCloudbuildv2ConnectionGithubConfigAuthorizerCredentialstatic classCloudbuildv2ConnectionGithubConfigAuthorizerCredential.Jsii$ProxyAn implementation forCloudbuildv2ConnectionGithubConfigAuthorizerCredential
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static Cloudbuildv2ConnectionGithubConfigAuthorizerCredential.Builderbuilder()default StringgetOauthTokenSecretVersion()A SecretManager resource containing the OAuth token that authorizes the Cloud Build connection.
-
-
-
Method Detail
-
getOauthTokenSecretVersion
@Stability(Stable) @Nullable default String getOauthTokenSecretVersion()
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/5.43.1/docs/resources/cloudbuildv2_connection#oauth_token_secret_version Cloudbuildv2Connection#oauth_token_secret_version} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.
-
builder
@Stability(Stable) static Cloudbuildv2ConnectionGithubConfigAuthorizerCredential.Builder builder()
-
-