interface ConfigurationDetailsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoT.CfnEncryptionConfiguration.ConfigurationDetailsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnEncryptionConfiguration_ConfigurationDetailsProperty |
![]() | software.amazon.awscdk.services.iot.CfnEncryptionConfiguration.ConfigurationDetailsProperty |
![]() | aws_cdk.aws_iot.CfnEncryptionConfiguration.ConfigurationDetailsProperty |
![]() | aws-cdk-lib » aws_iot » CfnEncryptionConfiguration » ConfigurationDetailsProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iot as iot } from 'aws-cdk-lib';
const configurationDetailsProperty: iot.CfnEncryptionConfiguration.ConfigurationDetailsProperty = {
configurationStatus: 'configurationStatus',
errorCode: 'errorCode',
errorMessage: 'errorMessage',
};
Properties
Name | Type | Description |
---|---|---|
configuration | string | |
error | string | |
error | string |
configurationStatus?
Type:
string
(optional)
errorCode?
Type:
string
(optional)
errorMessage?
Type:
string
(optional)