interface ConfigurationRecorderReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Config.ConfigurationRecorderReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconfig#ConfigurationRecorderReference |
![]() | software.amazon.awscdk.services.config.ConfigurationRecorderReference |
![]() | aws_cdk.aws_config.ConfigurationRecorderReference |
![]() | aws-cdk-lib » aws_config » ConfigurationRecorderReference |
A reference to a ConfigurationRecorder resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_config as config } from 'aws-cdk-lib';
const configurationRecorderReference: config.ConfigurationRecorderReference = {
configurationRecorderId: 'configurationRecorderId',
};
Properties
Name | Type | Description |
---|---|---|
configuration | string | The Id of the ConfigurationRecorder resource. |
configurationRecorderId
Type:
string
The Id of the ConfigurationRecorder resource.