Interface RepositoryEvents.AWSAPICallViaCloudTrail.AdditionalEventData
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RepositoryEvents.AWSAPICallViaCloudTrail.AdditionalEventData.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.*;
AdditionalEventData additionalEventData = AdditionalEventData.builder()
.capabilities(List.of("capabilities"))
.clone(List.of("clone"))
.dataTransferred(List.of("dataTransferred"))
.protocol(List.of("protocol"))
.repositoryId(List.of("repositoryId"))
.repositoryName(List.of("repositoryName"))
.shallow(List.of("shallow"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forRepositoryEvents.AWSAPICallViaCloudTrail.AdditionalEventData -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) capabilities property.getClone()(experimental) clone property.(experimental) dataTransferred property.(experimental) protocol property.(experimental) repositoryId property.(experimental) repositoryName property.(experimental) shallow property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCapabilities
(experimental) capabilities property.Specify an array of string values to match this event if the actual value of capabilities 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
-
getClone
(experimental) clone property.Specify an array of string values to match this event if the actual value of clone 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
-
getDataTransferred
(experimental) dataTransferred property.Specify an array of string values to match this event if the actual value of dataTransferred 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
-
getProtocol
(experimental) protocol property.Specify an array of string values to match this event if the actual value of protocol 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
-
getRepositoryId
(experimental) repositoryId property.Specify an array of string values to match this event if the actual value of repositoryId 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
-
getRepositoryName
(experimental) repositoryName property.Specify an array of string values to match this event if the actual value of repositoryName 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
-
getShallow
(experimental) shallow property.Specify an array of string values to match this event if the actual value of shallow 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
@Stability(Experimental) static RepositoryEvents.AWSAPICallViaCloudTrail.AdditionalEventData.Builder builder()
-