Interface AWSAPICallViaCloudTrail.RequestParameters
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AWSAPICallViaCloudTrail.RequestParameters.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.*;
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAWSAPICallViaCloudTrail.RequestParametersstatic final classAn implementation forAWSAPICallViaCloudTrail.RequestParameters -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
-