Interface AWSAPICallViaCloudTrail.PolicyDetailsItem

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
AWSAPICallViaCloudTrail.PolicyDetailsItem.Jsii$Proxy
Enclosing class:
AWSAPICallViaCloudTrail

@Stability(Experimental) public static interface AWSAPICallViaCloudTrail.PolicyDetailsItem extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for PolicyDetailsItem.

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();
 
  • Method Details

    • getCopyTags

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getCreateRule

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.CreateRule 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.Match for 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getName

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getRetainRule

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.RetainRule 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.Match for 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static AWSAPICallViaCloudTrail.PolicyDetailsItem.Builder builder()
      Returns:
      a AWSAPICallViaCloudTrail.PolicyDetailsItem.Builder of AWSAPICallViaCloudTrail.PolicyDetailsItem