| Package | Description |
|---|---|
| software.amazon.awscdk.services.config |
AWS Config Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnConfigurationRecorder.Builder |
CfnConfigurationRecorder.Builder.create(software.constructs.Construct scope,
String id) |
CfnConfigurationRecorder.Builder |
CfnConfigurationRecorder.Builder.name(String name)
A name for the configuration recorder.
|
CfnConfigurationRecorder.Builder |
CfnConfigurationRecorder.Builder.recordingGroup(CfnConfigurationRecorder.RecordingGroupProperty recordingGroup)
Indicates whether to record configurations for all supported resources or for a list of resource types.
|
CfnConfigurationRecorder.Builder |
CfnConfigurationRecorder.Builder.recordingGroup(IResolvable recordingGroup)
Indicates whether to record configurations for all supported resources or for a list of resource types.
|
CfnConfigurationRecorder.Builder |
CfnConfigurationRecorder.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM (IAM) role that is used to make read or write requests to the delivery channel that you specify and to get configuration details for supported AWS resources.
|
Copyright © 2022. All rights reserved.