interface CfnCoreDeviceProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.GreengrassV2.CfnCoreDeviceProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsgreengrassv2#CfnCoreDeviceProps |
Java | software.amazon.awscdk.services.greengrassv2.CfnCoreDeviceProps |
Python | aws_cdk.aws_greengrassv2.CfnCoreDeviceProps |
TypeScript | aws-cdk-lib » aws_greengrassv2 » CfnCoreDeviceProps |
Properties for defining a CfnCoreDevice.
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-lib';
const cfnCoreDeviceProps: greengrassv2.CfnCoreDeviceProps = {
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