Class CfnRepository.RepositoryTriggerProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codecommit.CfnRepository.RepositoryTriggerProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRepository.RepositoryTriggerProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRepository.RepositoryTriggerProperty
@Stability(Stable)
@Internal
public static final class CfnRepository.RepositoryTriggerProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRepository.RepositoryTriggerProperty
An implementation for
CfnRepository.RepositoryTriggerProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codecommit.CfnRepository.RepositoryTriggerProperty
CfnRepository.RepositoryTriggerProperty.Builder, CfnRepository.RepositoryTriggerProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRepository.RepositoryTriggerProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
The branches to be included in the trigger configuration.final String
Any custom data associated with the trigger to be included in the information sent to the target of the trigger.final String
The ARN of the resource that is the target for a trigger (for example, the ARN of a topic in Amazon SNS).The repository events that cause the trigger to run actions in another service, such as sending a notification through Amazon SNS.final String
getName()
The name of the trigger.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnRepository.RepositoryTriggerProperty.Builder
.
-
-
Method Details
-
getDestinationArn
Description copied from interface:CfnRepository.RepositoryTriggerProperty
The ARN of the resource that is the target for a trigger (for example, the ARN of a topic in Amazon SNS).- Specified by:
getDestinationArn
in interfaceCfnRepository.RepositoryTriggerProperty
-
getEvents
Description copied from interface:CfnRepository.RepositoryTriggerProperty
The repository events that cause the trigger to run actions in another service, such as sending a notification through Amazon SNS.The valid value "all" cannot be used with any other values.
- Specified by:
getEvents
in interfaceCfnRepository.RepositoryTriggerProperty
-
getName
Description copied from interface:CfnRepository.RepositoryTriggerProperty
The name of the trigger.- Specified by:
getName
in interfaceCfnRepository.RepositoryTriggerProperty
-
getBranches
Description copied from interface:CfnRepository.RepositoryTriggerProperty
The branches to be included in the trigger configuration.If you specify an empty array, the trigger applies to all branches.
Although no content is required in the array, you must include the array itself.
- Specified by:
getBranches
in interfaceCfnRepository.RepositoryTriggerProperty
-
getCustomData
Description copied from interface:CfnRepository.RepositoryTriggerProperty
Any custom data associated with the trigger to be included in the information sent to the target of the trigger.- Specified by:
getCustomData
in interfaceCfnRepository.RepositoryTriggerProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-