Interface AWSAPICallViaCloudTrail.PolicyDetailsItem
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AWSAPICallViaCloudTrail.PolicyDetailsItem.Jsii$Proxy
- Enclosing class:
AWSAPICallViaCloudTrail
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.dlm.events.*;
PolicyDetailsItem policyDetailsItem = PolicyDetailsItem.builder()
.copyTags(List.of("copyTags"))
.createRule(CreateRule.builder()
.interval(List.of("interval"))
.intervalUnit(List.of("intervalUnit"))
.times(List.of("times"))
.build())
.fastRestoreRule(FastRestoreRule.builder()
.availabilityZones(List.of("availabilityZones"))
.count(List.of("count"))
.build())
.name(List.of("name"))
.retainRule(RetainRule.builder()
.count(List.of("count"))
.build())
.tagsToAdd(List.of(PolicyDetailsItemItem.builder()
.key(List.of("key"))
.value(List.of("value"))
.build()))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAWSAPICallViaCloudTrail.PolicyDetailsItemstatic final classAn implementation forAWSAPICallViaCloudTrail.PolicyDetailsItem -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCopyTags
(experimental) CopyTags property.Specify an array of string values to match this event if the actual value of CopyTags is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getCreateRule
(experimental) CreateRule property.Specify an array of string values to match this event if the actual value of CreateRule is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getFastRestoreRule
@Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.FastRestoreRule getFastRestoreRule()(experimental) FastRestoreRule property.Specify an array of string values to match this event if the actual value of FastRestoreRule is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getName
(experimental) Name property.Specify an array of string values to match this event if the actual value of Name is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getRetainRule
(experimental) RetainRule property.Specify an array of string values to match this event if the actual value of RetainRule is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getTagsToAdd
@Stability(Experimental) @Nullable default List<AWSAPICallViaCloudTrail.PolicyDetailsItemItem> getTagsToAdd()(experimental) TagsToAdd property.Specify an array of string values to match this event if the actual value of TagsToAdd is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
-