@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-28T21:34:22.009Z") public class CfnTransitGatewayMulticastGroupMember extends CfnResource implements IInspectable
Registers members (network interfaces) with the transit gateway multicast group. A member is a network interface associated with a supported EC2 instance that receives multicast traffic. For information about supported instances, see Multicast Consideration 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.*; CfnTransitGatewayMulticastGroupMember cfnTransitGatewayMulticastGroupMember = CfnTransitGatewayMulticastGroupMember.Builder.create(this, "MyCfnTransitGatewayMulticastGroupMember") .groupIpAddress("groupIpAddress") .networkInterfaceId("networkInterfaceId") .transitGatewayMulticastDomainId("transitGatewayMulticastDomainId") .build();
Modifier and Type | Class and Description |
---|---|
static class |
CfnTransitGatewayMulticastGroupMember.Builder
A fluent builder for
CfnTransitGatewayMulticastGroupMember . |
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
IConstruct.Jsii$Default
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
Modifier | Constructor and Description |
---|---|
|
CfnTransitGatewayMulticastGroupMember(Construct scope,
java.lang.String id,
CfnTransitGatewayMulticastGroupMemberProps props)
Create a new `AWS::EC2::TransitGatewayMulticastGroupMember`.
|
protected |
CfnTransitGatewayMulticastGroupMember(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnTransitGatewayMulticastGroupMember(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 multicast domain group member.
|
java.lang.String |
getAttrMemberType()
The type of group member, for example static.
|
java.lang.String |
getAttrResourceId()
The ID of the resource.
|
java.lang.String |
getAttrResourceType()
The type of resource, for example a VPC attachment.
|
java.lang.String |
getAttrSourceType()
The type of source.
|
java.lang.String |
getAttrSubnetId()
The ID of the subnet.
|
java.lang.String |
getAttrTransitGatewayAttachmentId()
The ID of the transit gateway attachment.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
getCfnProperties() |
java.lang.String |
getGroupIpAddress()
The IP address assigned to the transit gateway multicast group.
|
java.lang.String |
getNetworkInterfaceId()
The group members' network interface IDs to register with the transit gateway multicast group.
|
java.lang.String |
getTransitGatewayMulticastDomainId()
The ID of the transit gateway multicast domain.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
renderProperties(java.util.Map<java.lang.String,java.lang.Object> props) |
void |
setGroupIpAddress(java.lang.String value)
The IP address assigned to the transit gateway multicast group.
|
void |
setNetworkInterfaceId(java.lang.String value)
The group members' network interface IDs to register with the transit gateway multicast group.
|
void |
setTransitGatewayMulticastDomainId(java.lang.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
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
public static final java.lang.String CFN_RESOURCE_TYPE_NAME
protected CfnTransitGatewayMulticastGroupMember(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnTransitGatewayMulticastGroupMember(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public CfnTransitGatewayMulticastGroupMember(Construct scope, java.lang.String id, CfnTransitGatewayMulticastGroupMemberProps 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.public void inspect(TreeInspector inspector)
inspect
in interface IInspectable
inspector
- - tree inspector to collect and process attributes. This parameter is required.protected java.util.Map<java.lang.String,java.lang.Object> renderProperties(java.util.Map<java.lang.String,java.lang.Object> props)
renderProperties
in class CfnResource
props
- This parameter is required.public IResolvable getAttrGroupMember()
public IResolvable getAttrGroupSource()
public java.lang.String getAttrMemberType()
public java.lang.String getAttrResourceId()
public java.lang.String getAttrResourceType()
public java.lang.String getAttrSourceType()
public java.lang.String getAttrSubnetId()
public java.lang.String getAttrTransitGatewayAttachmentId()
protected java.util.Map<java.lang.String,java.lang.Object> getCfnProperties()
getCfnProperties
in class CfnResource
public java.lang.String getGroupIpAddress()
public void setGroupIpAddress(java.lang.String value)
public java.lang.String getNetworkInterfaceId()
public void setNetworkInterfaceId(java.lang.String value)
public java.lang.String getTransitGatewayMulticastDomainId()
public void setTransitGatewayMulticastDomainId(java.lang.String value)