Interface AWSAPICallViaCloudTrail.RequestParameters

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

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

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.*;
 RequestParameters requestParameters = RequestParameters.builder()
         .description(List.of("description"))
         .executionRoleArn(List.of("executionRoleArn"))
         .policyDetails(PolicyDetails.builder()
                 .policyType(List.of("policyType"))
                 .resourceTypes(List.of("resourceTypes"))
                 .schedules(List.of(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()))
                 .targetTags(List.of(PolicyDetailsItem1.builder()
                         .key(List.of("key"))
                         .value(List.of("value"))
                         .build()))
                 .build())
         .policyId(List.of("policyId"))
         .state(List.of("state"))
         .build();
 
  • Method Details

    • getDescription

      @Stability(Experimental) @Nullable default List<String> getDescription()
      (experimental) Description property.

      Specify an array of string values to match this event if the actual value of Description 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

    • getExecutionRoleArn

      @Stability(Experimental) @Nullable default List<String> getExecutionRoleArn()
      (experimental) ExecutionRoleArn property.

      Specify an array of string values to match this event if the actual value of ExecutionRoleArn 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

    • getPolicyDetails

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.PolicyDetails getPolicyDetails()
      (experimental) PolicyDetails property.

      Specify an array of string values to match this event if the actual value of PolicyDetails 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

    • getPolicyId

      @Stability(Experimental) @Nullable default List<String> getPolicyId()
      (experimental) policyId property.

      Specify an array of string values to match this event if the actual value of policyId 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

    • getState

      @Stability(Experimental) @Nullable default List<String> getState()
      (experimental) State property.

      Specify an array of string values to match this event if the actual value of State 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.RequestParameters.Builder builder()
      Returns:
      a AWSAPICallViaCloudTrail.RequestParameters.Builder of AWSAPICallViaCloudTrail.RequestParameters