@Stability(value=Stable) @Internal public static final class CfnTrailProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTrailProps
CfnTrailPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnTrailProps.Builder, CfnTrailProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnTrailProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnTrailProps.Builder. |
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(Object o) |
String |
getCloudWatchLogsLogGroupArn()
Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs are delivered.
|
String |
getCloudWatchLogsRoleArn()
Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.
|
Object |
getEnableLogFileValidation()
Specifies whether log file validation is enabled.
|
Object |
getEventSelectors()
Use event selectors to further specify the management and data event settings for your trail.
|
Object |
getIncludeGlobalServiceEvents()
Specifies whether the trail is publishing events from global services such as IAM to the log files.
|
Object |
getInsightSelectors()
`AWS::CloudTrail::Trail.InsightSelectors`.
|
Object |
getIsLogging()
Whether the CloudTrail trail is currently logging AWS API calls.
|
Object |
getIsMultiRegionTrail()
Specifies whether the trail applies only to the current region or to all regions.
|
Object |
getIsOrganizationTrail()
Specifies whether the trail is applied to all accounts in an organization in AWS Organizations , or only for the current AWS account .
|
String |
getKmsKeyId()
Specifies the AWS KMS key ID to use to encrypt the logs delivered by CloudTrail.
|
String |
getS3BucketName()
Specifies the name of the Amazon S3 bucket designated for publishing log files.
|
String |
getS3KeyPrefix()
Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery.
|
String |
getSnsTopicName()
Specifies the name of the Amazon SNS topic defined for notification of log file delivery.
|
List<CfnTag> |
getTags()
A custom set of tags (key-value pairs) for this trail.
|
String |
getTrailName()
Specifies the name of the trail.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnTrailProps.Builder builder)
CfnTrailProps.Builder.public final Object getIsLogging()
CfnTrailPropsgetIsLogging in interface CfnTrailPropspublic final String getS3BucketName()
CfnTrailPropsgetS3BucketName in interface CfnTrailPropspublic final String getCloudWatchLogsLogGroupArn()
CfnTrailProps
Not required unless you specify CloudWatchLogsRoleArn .
getCloudWatchLogsLogGroupArn in interface CfnTrailPropspublic final String getCloudWatchLogsRoleArn()
CfnTrailPropsgetCloudWatchLogsRoleArn in interface CfnTrailPropspublic final Object getEnableLogFileValidation()
CfnTrailProps
When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail does not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.
getEnableLogFileValidation in interface CfnTrailPropspublic final Object getEventSelectors()
CfnTrailPropsBy default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selector for all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event.
You can configure up to five event selectors for a trail.
You cannot apply both event selectors and advanced event selectors to a trail.
getEventSelectors in interface CfnTrailPropspublic final Object getIncludeGlobalServiceEvents()
CfnTrailPropsgetIncludeGlobalServiceEvents in interface CfnTrailPropspublic final Object getInsightSelectors()
CfnTrailPropsgetInsightSelectors in interface CfnTrailPropspublic final Object getIsMultiRegionTrail()
CfnTrailPropsThe default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted. As a best practice, consider using trails that log events in all regions.
getIsMultiRegionTrail in interface CfnTrailPropspublic final Object getIsOrganizationTrail()
CfnTrailProps
The default is false, and cannot be true unless the call is made on behalf of an AWS account that is the management account for an organization in AWS Organizations . If the trail is not an organization trail and this is set to true , the trail will be created in all AWS accounts that belong to the organization. If the trail is an organization trail and this is set to false , the trail will remain in the current AWS account but be deleted from all member accounts in the organization.
getIsOrganizationTrail in interface CfnTrailPropspublic final String getKmsKeyId()
CfnTrailPropsThe value can be an alias name prefixed by "alias/", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.
CloudTrail also supports AWS KMS multi-Region keys. For more information about multi-Region keys, see Using multi-Region keys in the AWS Key Management Service Developer Guide .
Examples:
getKmsKeyId in interface CfnTrailPropspublic final String getS3KeyPrefix()
CfnTrailPropsFor more information, see Finding Your CloudTrail Log Files . The maximum length is 200 characters.
getS3KeyPrefix in interface CfnTrailPropspublic final String getSnsTopicName()
CfnTrailPropsThe maximum length is 256 characters.
getSnsTopicName in interface CfnTrailPropspublic final List<CfnTag> getTags()
CfnTrailPropsgetTags in interface CfnTrailPropspublic final String getTrailName()
CfnTrailProps
my-_namespace and my--namespace are not valid.getTrailName in interface CfnTrailProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.