public static final class CfnConfigurationRecorderProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConfigurationRecorderProps
CfnConfigurationRecorderProps
CfnConfigurationRecorderProps.Builder, CfnConfigurationRecorderProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName()
A name for the configuration recorder.
|
java.lang.Object |
getRecordingGroup()
Indicates whether to record configurations for all supported resources or for a list of resource types.
|
java.lang.String |
getRoleArn()
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.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getRoleArn()
CfnConfigurationRecorderProps
For more information, see Permissions for the IAM Role Assigned to AWS Config in the AWS Config Developer Guide.
getRoleArn
in interface CfnConfigurationRecorderProps
public final java.lang.String getName()
CfnConfigurationRecorderProps
If you don't specify a name, AWS CloudFormation CloudFormation generates a unique physical ID and uses that ID for the configuration recorder name. For more information, see Name Type .
After you create a configuration recorder, you cannot rename it. If you don't want a name that AWS CloudFormation generates, specify a value for this property.
Updates are not supported.
getName
in interface CfnConfigurationRecorderProps
public final java.lang.Object getRecordingGroup()
CfnConfigurationRecorderProps
The resource types that you list must be supported by AWS Config .
getRecordingGroup
in interface CfnConfigurationRecorderProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()