@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-06-22T23:27:59.401Z")
public interface CfnAccountProps
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 java.lang.String |
getCloudWatchRoleArn()
The Amazon Resource Name (ARN) of an IAM role that has write access to CloudWatch Logs in your account.
|
default java.lang.String getCloudWatchRoleArn()
static CfnAccountProps.Builder builder()
CfnAccountProps.Builder
of CfnAccountProps