interface CfnCoreDeviceMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.GreengrassV2.CfnCoreDeviceMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsgreengrassv2#CfnCoreDeviceMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.greengrassv2.CfnCoreDeviceMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_greengrassv2.CfnCoreDeviceMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_greengrassv2 » CfnCoreDeviceMixinProps |
Properties for CfnCoreDevicePropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_greengrassv2 as greengrassv2 } from '@aws-cdk/cfn-property-mixins';
const cfnCoreDeviceMixinProps: greengrassv2.CfnCoreDeviceMixinProps = {
coreDeviceThingName: 'coreDeviceThingName',
};
Properties
| Name | Type | Description |
|---|---|---|
| core | string | The name of the core device. |
coreDeviceThingName?
Type:
string
(optional)
The name of the core device.
This is also the name of the IoT thing.

.NET
Go
Java
Python
TypeScript