Interface EventarcTriggerDestinationNetworkConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EventarcTriggerDestinationNetworkConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.181Z") @Stability(Stable) public interface EventarcTriggerDestinationNetworkConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEventarcTriggerDestinationNetworkConfig.BuilderA builder forEventarcTriggerDestinationNetworkConfigstatic classEventarcTriggerDestinationNetworkConfig.Jsii$ProxyAn implementation forEventarcTriggerDestinationNetworkConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static EventarcTriggerDestinationNetworkConfig.Builderbuilder()StringgetNetworkAttachment()Required.
-
-
-
Method Detail
-
getNetworkAttachment
@Stability(Stable) @NotNull String getNetworkAttachment()
Required. Name of the NetworkAttachment that allows access to the destination VPC. Format:projects/{PROJECT_ID}/regions/{REGION}/networkAttachments/{NETWORK_ATTACHMENT_NAME}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/eventarc_trigger#network_attachment EventarcTrigger#network_attachment}
-
builder
@Stability(Stable) static EventarcTriggerDestinationNetworkConfig.Builder builder()
-
-