@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-22T09:30:46.943Z") @Stability(value=Stable) public class CfnTransitGatewayMulticastGroupSource extends CfnResource implements IInspectable
Registers sources (network interfaces) with the specified transit gateway multicast domain.
A multicast source is a network interface attached to a supported instance that sends multicast traffic. For information about supported instances, see Multicast Considerations in Amazon VPC Transit Gateways .
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.*; CfnTransitGatewayMulticastGroupSource cfnTransitGatewayMulticastGroupSource = CfnTransitGatewayMulticastGroupSource.Builder.create(this, "MyCfnTransitGatewayMulticastGroupSource") .groupIpAddress("groupIpAddress") .networkInterfaceId("networkInterfaceId") .transitGatewayMulticastDomainId("transitGatewayMulticastDomainId") .build();
Modifier and Type | Class and Description |
---|---|
static class |
CfnTransitGatewayMulticastGroupSource.Builder
A fluent builder for
CfnTransitGatewayMulticastGroupSource . |
software.amazon.jsii.JsiiObject.InitializationMode
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Modifier and Type | Field and Description |
---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
Modifier | Constructor and Description |
---|---|
|
CfnTransitGatewayMulticastGroupSource(software.constructs.Construct scope,
String id,
CfnTransitGatewayMulticastGroupSourceProps props)
Create a new `AWS::EC2::TransitGatewayMulticastGroupSource`.
|
protected |
CfnTransitGatewayMulticastGroupSource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnTransitGatewayMulticastGroupSource(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
IResolvable |
getAttrGroupMember()
Information about the registered transit gateway multicast domain group members.
|
IResolvable |
getAttrGroupSource()
Indicates that the resource is a transit gateway group member.
|
String |
getAttrMemberType()
The type of group member, for example static.
|
String |
getAttrResourceId()
The ID of the resource.
|
String |
getAttrResourceType()
The type of resource, for example a VPC attachment.
|
String |
getAttrSourceType()
The type of source.
|
String |
getAttrSubnetId()
The ID of the subnet.
|
String |
getAttrTransitGatewayAttachmentId()
The ID of the transit gateway attachment.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getGroupIpAddress()
The IP address assigned to the transit gateway multicast group.
|
String |
getNetworkInterfaceId()
The group sources' network interface IDs to register with the transit gateway multicast group.
|
String |
getTransitGatewayMulticastDomainId()
The ID of the transit gateway multicast domain.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setGroupIpAddress(String value)
The IP address assigned to the transit gateway multicast group.
|
void |
setNetworkInterfaceId(String value)
The group sources' network interface IDs to register with the transit gateway multicast group.
|
void |
setTransitGatewayMulticastDomainId(String value)
The ID of the transit gateway multicast domain.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
getRef
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnTransitGatewayMulticastGroupSource(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnTransitGatewayMulticastGroupSource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public CfnTransitGatewayMulticastGroupSource(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnTransitGatewayMulticastGroupSourceProps props)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.props
- - resource properties. This parameter is required.@Stability(value=Stable) public void inspect(@NotNull TreeInspector inspector)
inspect
in interface IInspectable
inspector
- - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties
in class CfnResource
props
- This parameter is required.@Stability(value=Stable) @NotNull public IResolvable getAttrGroupMember()
@Stability(value=Stable) @NotNull public IResolvable getAttrGroupSource()
@Stability(value=Stable) @NotNull public String getAttrMemberType()
@Stability(value=Stable) @NotNull public String getAttrResourceId()
@Stability(value=Stable) @NotNull public String getAttrResourceType()
@Stability(value=Stable) @NotNull public String getAttrSourceType()
@Stability(value=Stable) @NotNull public String getAttrSubnetId()
@Stability(value=Stable) @NotNull public String getAttrTransitGatewayAttachmentId()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties
in class CfnResource
@Stability(value=Stable) @NotNull public String getGroupIpAddress()
@Stability(value=Stable) public void setGroupIpAddress(@NotNull String value)
@Stability(value=Stable) @NotNull public String getNetworkInterfaceId()
@Stability(value=Stable) public void setNetworkInterfaceId(@NotNull String value)
@Stability(value=Stable) @NotNull public String getTransitGatewayMulticastDomainId()
@Stability(value=Stable) public void setTransitGatewayMulticastDomainId(@NotNull String value)
Copyright © 2022. All rights reserved.