Interface CfnFunctionPropsMixin.EventSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFunctionPropsMixin.EventSourceProperty.Jsii$Proxy
- Enclosing class:
CfnFunctionPropsMixin
@Stability(Stable)
public static interface CfnFunctionPropsMixin.EventSourceProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.sam.*;
EventSourceProperty eventSourceProperty = EventSourceProperty.builder()
.properties(AlexaSkillEventProperty.builder()
.skillId("skillId")
.build())
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFunctionPropsMixin.EventSourcePropertystatic final classAn implementation forCfnFunctionPropsMixin.EventSourceProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnFunctionPropsMixin.AlexaSkillEventPropertyorCfnFunctionPropsMixin.ApiEventPropertyorCfnFunctionPropsMixin.CloudWatchEventEventPropertyorCfnFunctionPropsMixin.CloudWatchLogsEventPropertyorCfnFunctionPropsMixin.CognitoEventPropertyorCfnFunctionPropsMixin.DynamoDBEventPropertyorCfnFunctionPropsMixin.EventBridgeRuleEventPropertyorCfnFunctionPropsMixin.HttpApiEventPropertyorCfnFunctionPropsMixin.IoTRuleEventPropertyorCfnFunctionPropsMixin.KinesisEventPropertyorCfnFunctionPropsMixin.S3EventPropertyorCfnFunctionPropsMixin.ScheduleEventPropertyorCfnFunctionPropsMixin.SNSEventPropertyorCfnFunctionPropsMixin.SQSEventPropertydefault StringgetType()Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getProperties
Returns union: eitherIResolvableorCfnFunctionPropsMixin.AlexaSkillEventPropertyorCfnFunctionPropsMixin.ApiEventPropertyorCfnFunctionPropsMixin.CloudWatchEventEventPropertyorCfnFunctionPropsMixin.CloudWatchLogsEventPropertyorCfnFunctionPropsMixin.CognitoEventPropertyorCfnFunctionPropsMixin.DynamoDBEventPropertyorCfnFunctionPropsMixin.EventBridgeRuleEventPropertyorCfnFunctionPropsMixin.HttpApiEventPropertyorCfnFunctionPropsMixin.IoTRuleEventPropertyorCfnFunctionPropsMixin.KinesisEventPropertyorCfnFunctionPropsMixin.S3EventPropertyorCfnFunctionPropsMixin.ScheduleEventPropertyorCfnFunctionPropsMixin.SNSEventPropertyorCfnFunctionPropsMixin.SQSEventProperty- See Also:
-
getType
- See Also:
-
builder
-