@Stability(value=Stable)
public static interface CfnFunction.CognitoEventProperty
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.sam.*;
CognitoEventProperty cognitoEventProperty = CognitoEventProperty.builder()
.trigger("trigger")
.userPool("userPool")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.CognitoEventProperty.Builder
A builder for
CfnFunction.CognitoEventProperty |
static class |
CfnFunction.CognitoEventProperty.Jsii$Proxy
An implementation for
CfnFunction.CognitoEventProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.CognitoEventProperty.Builder |
builder() |
Object |
getTrigger()
`CfnFunction.CognitoEventProperty.Trigger`.
|
String |
getUserPool()
`CfnFunction.CognitoEventProperty.UserPool`.
|
@Stability(value=Stable) @NotNull Object getTrigger()
@Stability(value=Stable) @NotNull String getUserPool()
@Stability(value=Stable) static CfnFunction.CognitoEventProperty.Builder builder()
Copyright © 2023. All rights reserved.