@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:05.694Z") @Stability(value=Stable) public interface CfnConfigurationRecorderProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.config.*;
CfnConfigurationRecorderProps cfnConfigurationRecorderProps = CfnConfigurationRecorderProps.builder()
.roleArn("roleArn")
// the properties below are optional
.name("name")
.recordingGroup(RecordingGroupProperty.builder()
.allSupported(false)
.includeGlobalResourceTypes(false)
.resourceTypes(List.of("resourceTypes"))
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfigurationRecorderProps.Builder
A builder for
CfnConfigurationRecorderProps |
static class |
CfnConfigurationRecorderProps.Jsii$Proxy
An implementation for
CfnConfigurationRecorderProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfigurationRecorderProps.Builder |
builder() |
default String |
getName()
`AWS::Config::ConfigurationRecorder.Name`.
|
default Object |
getRecordingGroup()
`AWS::Config::ConfigurationRecorder.RecordingGroup`.
|
String |
getRoleArn()
`AWS::Config::ConfigurationRecorder.RoleARN`.
|
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default Object getRecordingGroup()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) static CfnConfigurationRecorderProps.Builder builder()
Copyright © 2021. All rights reserved.