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.wellarchitected.events.*;
RequestParameters requestParameters = RequestParameters.builder()
.clientRequestToken(List.of("clientRequestToken"))
.isMajorVersion(List.of("isMajorVersion"))
.lensAlias(List.of("lensAlias"))
.lensVersion(List.of("lensVersion"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAWSAPICallViaCloudTrail.RequestParametersstatic final classAn implementation forAWSAPICallViaCloudTrail.RequestParameters -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) ClientRequestToken property.(experimental) IsMajorVersion property.(experimental) LensAlias property.(experimental) LensVersion property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClientRequestToken
(experimental) ClientRequestToken property.Specify an array of string values to match this event if the actual value of ClientRequestToken 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
-
getIsMajorVersion
(experimental) IsMajorVersion property.Specify an array of string values to match this event if the actual value of IsMajorVersion 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
-
getLensAlias
(experimental) LensAlias property.Specify an array of string values to match this event if the actual value of LensAlias 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
-
getLensVersion
(experimental) LensVersion property.Specify an array of string values to match this event if the actual value of LensVersion 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
-