SccV2ProjectNotificationConfig.Builder |
SccV2ProjectNotificationConfig.Builder.configId(String configId) |
This must be unique within the project.
|
SccV2ProjectNotificationConfig.Builder |
SccV2ProjectNotificationConfig.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
SccV2ProjectNotificationConfig.Builder |
SccV2ProjectNotificationConfig.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
SccV2ProjectNotificationConfig.Builder |
SccV2ProjectNotificationConfig.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
SccV2ProjectNotificationConfig.Builder |
SccV2ProjectNotificationConfig.Builder.count(Number count) |
|
static SccV2ProjectNotificationConfig.Builder |
SccV2ProjectNotificationConfig.Builder.create(software.constructs.Construct scope,
String id) |
|
SccV2ProjectNotificationConfig.Builder |
SccV2ProjectNotificationConfig.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
SccV2ProjectNotificationConfig.Builder |
SccV2ProjectNotificationConfig.Builder.description(String description) |
The description of the notification config (max of 1024 characters).
|
SccV2ProjectNotificationConfig.Builder |
SccV2ProjectNotificationConfig.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
SccV2ProjectNotificationConfig.Builder |
SccV2ProjectNotificationConfig.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_project_notification_config#id SccV2ProjectNotificationConfig#id}.
|
SccV2ProjectNotificationConfig.Builder |
SccV2ProjectNotificationConfig.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
SccV2ProjectNotificationConfig.Builder |
SccV2ProjectNotificationConfig.Builder.location(String location) |
Location ID of the parent organization.
|
SccV2ProjectNotificationConfig.Builder |
SccV2ProjectNotificationConfig.Builder.project(String project) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_project_notification_config#project SccV2ProjectNotificationConfig#project}.
|
SccV2ProjectNotificationConfig.Builder |
SccV2ProjectNotificationConfig.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
SccV2ProjectNotificationConfig.Builder |
SccV2ProjectNotificationConfig.Builder.provisioners(List<? extends Object> provisioners) |
|
SccV2ProjectNotificationConfig.Builder |
SccV2ProjectNotificationConfig.Builder.pubsubTopic(String pubsubTopic) |
The Pub/Sub topic to send notifications to.
|
SccV2ProjectNotificationConfig.Builder |
SccV2ProjectNotificationConfig.Builder.streamingConfig(SccV2ProjectNotificationConfigStreamingConfig streamingConfig) |
streaming_config block.
|
SccV2ProjectNotificationConfig.Builder |
SccV2ProjectNotificationConfig.Builder.timeouts(SccV2ProjectNotificationConfigTimeouts timeouts) |
timeouts block.
|