@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.360Z") @Stability(value=Stable) public interface CfnTransitGatewayMulticastDomainProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
Object options;
CfnTransitGatewayMulticastDomainProps cfnTransitGatewayMulticastDomainProps = CfnTransitGatewayMulticastDomainProps.builder()
.transitGatewayId("transitGatewayId")
// the properties below are optional
.options(options)
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTransitGatewayMulticastDomainProps.Builder
A builder for
CfnTransitGatewayMulticastDomainProps |
static class |
CfnTransitGatewayMulticastDomainProps.Jsii$Proxy
An implementation for
CfnTransitGatewayMulticastDomainProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnTransitGatewayMulticastDomainProps.Builder |
builder() |
default Object |
getOptions()
The options for the transit gateway multicast domain.
|
default List<CfnTag> |
getTags()
The tags for the transit gateway multicast domain.
|
String |
getTransitGatewayId()
The ID of the transit gateway.
|
@Stability(value=Stable) @NotNull String getTransitGatewayId()
@Stability(value=Stable) @Nullable default Object getOptions()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnTransitGatewayMulticastDomainProps.Builder builder()
Copyright © 2022. All rights reserved.