Interface AWSAPICallViaCloudTrail.RepositoryMetadata
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AWSAPICallViaCloudTrail.RepositoryMetadata.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.codecommit.events.*;
RepositoryMetadata repositoryMetadata = RepositoryMetadata.builder()
.accountId(List.of("accountId"))
.arn(List.of("arn"))
.cloneUrlHttp(List.of("cloneUrlHttp"))
.cloneUrlSsh(List.of("cloneUrlSsh"))
.creationDate(List.of("creationDate"))
.lastModifiedDate(List.of("lastModifiedDate"))
.repositoryDescription(List.of("repositoryDescription"))
.repositoryId(List.of("repositoryId"))
.repositoryName(List.of("repositoryName"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAWSAPICallViaCloudTrail.RepositoryMetadatastatic final classAn implementation forAWSAPICallViaCloudTrail.RepositoryMetadata -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) accountId property.getArn()(experimental) arn property.(experimental) cloneUrlHttp property.(experimental) cloneUrlSsh property.(experimental) creationDate property.(experimental) lastModifiedDate property.(experimental) repositoryDescription property.(experimental) repositoryId property.(experimental) repositoryName property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccountId
(experimental) accountId property.Specify an array of string values to match this event if the actual value of accountId 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
-
getArn
(experimental) arn property.Specify an array of string values to match this event if the actual value of arn 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
-
getCloneUrlHttp
(experimental) cloneUrlHttp property.Specify an array of string values to match this event if the actual value of cloneUrlHttp 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
-
getCloneUrlSsh
(experimental) cloneUrlSsh property.Specify an array of string values to match this event if the actual value of cloneUrlSsh 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
-
getLastModifiedDate
(experimental) lastModifiedDate property.Specify an array of string values to match this event if the actual value of lastModifiedDate 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
-
getRepositoryDescription
(experimental) repositoryDescription property.Specify an array of string values to match this event if the actual value of repositoryDescription 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
-
builder
-