Interface DataGoogleLoggingSinkConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
DataGoogleLoggingSinkConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.979Z") @Stability(Stable) public interface DataGoogleLoggingSinkConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataGoogleLoggingSinkConfig.BuilderA builder forDataGoogleLoggingSinkConfigstatic classDataGoogleLoggingSinkConfig.Jsii$ProxyAn implementation forDataGoogleLoggingSinkConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DataGoogleLoggingSinkConfig.Builderbuilder()StringgetId()Required.
-
-
-
Method Detail
-
getId
@Stability(Stable) @NotNull String getId()
Required. An identifier for the resource in format: "projects/[PROJECT_ID]/sinks/[SINK_NAME]", "organizations/[ORGANIZATION_ID]/sinks/[SINK_NAME]", "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_NAME]", "folders/[FOLDER_ID]/sinks/[SINK_NAME]".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/logging_sink#id DataGoogleLoggingSink#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.
-
builder
@Stability(Stable) static DataGoogleLoggingSinkConfig.Builder builder()
-
-