@Stability(value=Stable)
public static interface CfnRepository.RepositoryTriggerProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codecommit.*;
RepositoryTriggerProperty repositoryTriggerProperty = RepositoryTriggerProperty.builder()
.destinationArn("destinationArn")
.events(List.of("events"))
.name("name")
// the properties below are optional
.branches(List.of("branches"))
.customData("customData")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRepository.RepositoryTriggerProperty.Builder
A builder for
CfnRepository.RepositoryTriggerProperty |
static class |
CfnRepository.RepositoryTriggerProperty.Jsii$Proxy
An implementation for
CfnRepository.RepositoryTriggerProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRepository.RepositoryTriggerProperty.Builder |
builder() |
default List<String> |
getBranches()
`CfnRepository.RepositoryTriggerProperty.Branches`.
|
default String |
getCustomData()
`CfnRepository.RepositoryTriggerProperty.CustomData`.
|
String |
getDestinationArn()
`CfnRepository.RepositoryTriggerProperty.DestinationArn`.
|
List<String> |
getEvents()
`CfnRepository.RepositoryTriggerProperty.Events`.
|
String |
getName()
`CfnRepository.RepositoryTriggerProperty.Name`.
|
@Stability(value=Stable) @Nullable default List<String> getBranches()
@Stability(value=Stable) @Nullable default String getCustomData()
@Stability(value=Stable) @NotNull String getDestinationArn()
@Stability(value=Stable) @NotNull List<String> getEvents()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) static CfnRepository.RepositoryTriggerProperty.Builder builder()
Copyright © 2021. All rights reserved.