interface MulticastGroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTWireless.MulticastGroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotwireless#MulticastGroupReference |
![]() | software.amazon.awscdk.services.iotwireless.MulticastGroupReference |
![]() | aws_cdk.aws_iotwireless.MulticastGroupReference |
![]() | aws-cdk-lib » aws_iotwireless » MulticastGroupReference |
A reference to a MulticastGroup resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotwireless as iotwireless } from 'aws-cdk-lib';
const multicastGroupReference: iotwireless.MulticastGroupReference = {
multicastGroupArn: 'multicastGroupArn',
multicastGroupId: 'multicastGroupId',
};
Properties
Name | Type | Description |
---|---|---|
multicast | string | The ARN of the MulticastGroup resource. |
multicast | string | The Id of the MulticastGroup resource. |
multicastGroupArn
Type:
string
The ARN of the MulticastGroup resource.
multicastGroupId
Type:
string
The Id of the MulticastGroup resource.