@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.089Z") @Stability(value=Stable) public interface CfnAccountProps 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.apigateway.*;
CfnAccountProps cfnAccountProps = CfnAccountProps.builder()
.cloudWatchRoleArn("cloudWatchRoleArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAccountProps.Builder
A builder for
CfnAccountProps |
static class |
CfnAccountProps.Jsii$Proxy
An implementation for
CfnAccountProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnAccountProps.Builder |
builder() |
default String |
getCloudWatchRoleArn()
The Amazon Resource Name (ARN) of an IAM role that has write access to CloudWatch Logs in your account.
|
@Stability(value=Stable) @Nullable default String getCloudWatchRoleArn()
@Stability(value=Stable) static CfnAccountProps.Builder builder()
CfnAccountProps.Builder of CfnAccountPropsCopyright © 2022. All rights reserved.