Interface Cloudbuildv2RepositoryConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
Cloudbuildv2RepositoryConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.119Z") @Stability(Stable) public interface Cloudbuildv2RepositoryConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudbuildv2RepositoryConfig.BuilderA builder forCloudbuildv2RepositoryConfigstatic classCloudbuildv2RepositoryConfig.Jsii$ProxyAn implementation forCloudbuildv2RepositoryConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static Cloudbuildv2RepositoryConfig.Builderbuilder()default Map<String,String>getAnnotations()Allows clients to store small amounts of arbitrary data.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_repository#id Cloudbuildv2Repository#id}.default StringgetLocation()The location for the resource.StringgetName()Name of the repository.StringgetParentConnection()The connection for the resource.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_repository#project Cloudbuildv2Repository#project}.StringgetRemoteUri()Required.default Cloudbuildv2RepositoryTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
Name of the repository.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_repository#name Cloudbuildv2Repository#name}
-
getParentConnection
@Stability(Stable) @NotNull String getParentConnection()
The connection for the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_repository#parent_connection Cloudbuildv2Repository#parent_connection}
-
getRemoteUri
@Stability(Stable) @NotNull String getRemoteUri()
Required. Git Clone HTTPS URI.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_repository#remote_uri Cloudbuildv2Repository#remote_uri}
-
getAnnotations
@Stability(Stable) @Nullable default Map<String,String> getAnnotations()
Allows clients to store small amounts of arbitrary data.**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field 'effective_annotations' for all of the annotations present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_repository#annotations Cloudbuildv2Repository#annotations}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_repository#id Cloudbuildv2Repository#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.
-
getLocation
@Stability(Stable) @Nullable default String getLocation()
The location for the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_repository#location Cloudbuildv2Repository#location}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_repository#project Cloudbuildv2Repository#project}.
-
getTimeouts
@Stability(Stable) @Nullable default Cloudbuildv2RepositoryTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_repository#timeouts Cloudbuildv2Repository#timeouts}
-
builder
@Stability(Stable) static Cloudbuildv2RepositoryConfig.Builder builder()
-
-