Class CfnIntegration.TriggerConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.customerprofiles.CfnIntegration.TriggerConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
 CfnIntegration.TriggerConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 - CfnIntegration.TriggerConfigProperty
 
@Stability(Stable)
@Internal
public static final class CfnIntegration.TriggerConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIntegration.TriggerConfigProperty
An implementation for 
CfnIntegration.TriggerConfigProperty- 
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.services.customerprofiles.CfnIntegration.TriggerConfigProperty
CfnIntegration.TriggerConfigProperty.Builder, CfnIntegration.TriggerConfigProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIntegration.TriggerConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. - 
Method Summary
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 theCfnIntegration.TriggerConfigProperty.Builder. 
 - 
 - 
Method Details
- 
getTriggerType
Description copied from interface:CfnIntegration.TriggerConfigPropertySpecifies the type of flow trigger.It can be OnDemand, Scheduled, or Event.
- Specified by:
 getTriggerTypein interfaceCfnIntegration.TriggerConfigProperty
 - 
getTriggerProperties
Description copied from interface:CfnIntegration.TriggerConfigPropertySpecifies the configuration details of a schedule-triggered flow that you define.Currently, these settings only apply to the Scheduled trigger type.
- Specified by:
 getTriggerPropertiesin interfaceCfnIntegration.TriggerConfigProperty
 - 
$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() 
 -