Class CfnRepositoryPropsMixin.RepositoryTriggerProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.codecommit.CfnRepositoryPropsMixin.RepositoryTriggerProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRepositoryPropsMixin.RepositoryTriggerProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRepositoryPropsMixin.RepositoryTriggerProperty
@Stability(Stable)
@Internal
public static final class CfnRepositoryPropsMixin.RepositoryTriggerProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRepositoryPropsMixin.RepositoryTriggerProperty
An implementation for
CfnRepositoryPropsMixin.RepositoryTriggerProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.codecommit.CfnRepositoryPropsMixin.RepositoryTriggerProperty
CfnRepositoryPropsMixin.RepositoryTriggerProperty.Builder, CfnRepositoryPropsMixin.RepositoryTriggerProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRepositoryPropsMixin.RepositoryTriggerProperty.Builder.protectedJsii$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.JsonNodefinal booleanThe branches to be included in the trigger configuration.final StringAny custom data associated with the trigger to be included in the information sent to the target of the trigger.final StringThe 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 StringgetName()The name of the trigger.final inthashCode()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 theCfnRepositoryPropsMixin.RepositoryTriggerProperty.Builder.
-
-
Method Details
-
getBranches
Description copied from interface:CfnRepositoryPropsMixin.RepositoryTriggerPropertyThe 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:
getBranchesin interfaceCfnRepositoryPropsMixin.RepositoryTriggerProperty- See Also:
-
getCustomData
Description copied from interface:CfnRepositoryPropsMixin.RepositoryTriggerPropertyAny custom data associated with the trigger to be included in the information sent to the target of the trigger.- Specified by:
getCustomDatain interfaceCfnRepositoryPropsMixin.RepositoryTriggerProperty- See Also:
-
getDestinationArn
Description copied from interface:CfnRepositoryPropsMixin.RepositoryTriggerPropertyThe ARN of the resource that is the target for a trigger (for example, the ARN of a topic in Amazon SNS).- Specified by:
getDestinationArnin interfaceCfnRepositoryPropsMixin.RepositoryTriggerProperty- See Also:
-
getEvents
Description copied from interface:CfnRepositoryPropsMixin.RepositoryTriggerPropertyThe 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:
getEventsin interfaceCfnRepositoryPropsMixin.RepositoryTriggerProperty- See Also:
-
getName
Description copied from interface:CfnRepositoryPropsMixin.RepositoryTriggerPropertyThe name of the trigger.- Specified by:
getNamein interfaceCfnRepositoryPropsMixin.RepositoryTriggerProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-