Interface AWSAPICallViaCloudTrail.ResponseElements
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AWSAPICallViaCloudTrail.ResponseElements.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.states.events.*;
ResponseElements responseElements = ResponseElements.builder()
.activityArn(List.of("activityArn"))
.creationDate(List.of("creationDate"))
.executionArn(List.of("executionArn"))
.startDate(List.of("startDate"))
.stateMachineArn(List.of("stateMachineArn"))
.stopDate(List.of("stopDate"))
.updateDate(List.of("updateDate"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAWSAPICallViaCloudTrail.ResponseElementsstatic final classAn implementation forAWSAPICallViaCloudTrail.ResponseElements -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) activityArn property.(experimental) creationDate property.(experimental) executionArn property.(experimental) startDate property.(experimental) stateMachineArn property.(experimental) stopDate property.(experimental) updateDate property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getActivityArn
(experimental) activityArn property.Specify an array of string values to match this event if the actual value of activityArn 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
-
getCreationDate
(experimental) creationDate property.Specify an array of string values to match this event if the actual value of creationDate 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
-
getExecutionArn
(experimental) executionArn property.Specify an array of string values to match this event if the actual value of executionArn 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
-
getStartDate
(experimental) startDate property.Specify an array of string values to match this event if the actual value of startDate 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
-
getStateMachineArn
(experimental) stateMachineArn property.Specify an array of string values to match this event if the actual value of stateMachineArn 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
-
getStopDate
(experimental) stopDate property.Specify an array of string values to match this event if the actual value of stopDate 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
-
getUpdateDate
(experimental) updateDate property.Specify an array of string values to match this event if the actual value of updateDate 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
-