Package software.amazon.awscdk
Interface CfnResourceVersion.LoggingConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResourceVersion.LoggingConfigProperty.Jsii$Proxy
- Enclosing class:
- CfnResourceVersion
@Stability(Stable)
public static interface CfnResourceVersion.LoggingConfigProperty
extends software.amazon.jsii.JsiiSerializable
Logging configuration information for a resource.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.*; LoggingConfigProperty loggingConfigProperty = LoggingConfigProperty.builder() .logGroupName("logGroupName") .logRoleArn("logRoleArn") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnResourceVersion.LoggingConfigProperty
static final class
An implementation forCfnResourceVersion.LoggingConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLogGroupName
The Amazon CloudWatch logs group to which CloudFormation sends error logging information when invoking the type's handlers. -
getLogRoleArn
The ARN of the role that CloudFormation should assume when sending log entries to CloudWatch logs. -
builder
-