Interface RepositoryEvents.AWSAPICallViaCloudTrail.Location
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RepositoryEvents.AWSAPICallViaCloudTrail.Location.Jsii$Proxy
- Enclosing class:
RepositoryEvents.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.codecommit.events.*;
Location location = Location.builder()
.filePath(List.of("filePath"))
.filePosition(List.of("filePosition"))
.relativeFileVersion(List.of("relativeFileVersion"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forRepositoryEvents.AWSAPICallViaCloudTrail.Locationstatic final classAn implementation forRepositoryEvents.AWSAPICallViaCloudTrail.Location -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) filePath property.(experimental) filePosition property.(experimental) relativeFileVersion property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFilePath
(experimental) filePath property.Specify an array of string values to match this event if the actual value of filePath 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
-
getFilePosition
(experimental) filePosition property.Specify an array of string values to match this event if the actual value of filePosition 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
-
getRelativeFileVersion
(experimental) relativeFileVersion property.Specify an array of string values to match this event if the actual value of relativeFileVersion 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
-