Package com.pulumi.aws.cognito.inputs
Class UserPoolLambdaConfigCustomSmsSenderArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.cognito.inputs.UserPoolLambdaConfigCustomSmsSenderArgs
-
public final class UserPoolLambdaConfigCustomSmsSenderArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UserPoolLambdaConfigCustomSmsSenderArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static UserPoolLambdaConfigCustomSmsSenderArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserPoolLambdaConfigCustomSmsSenderArgs.Builder
builder()
static UserPoolLambdaConfigCustomSmsSenderArgs.Builder
builder(UserPoolLambdaConfigCustomSmsSenderArgs defaults)
com.pulumi.core.Output<java.lang.String>
lambdaArn()
com.pulumi.core.Output<java.lang.String>
lambdaVersion()
-
-
-
Field Detail
-
Empty
public static final UserPoolLambdaConfigCustomSmsSenderArgs Empty
-
-
Method Detail
-
lambdaArn
public com.pulumi.core.Output<java.lang.String> lambdaArn()
- Returns:
- The Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send SMS notifications to users.
-
lambdaVersion
public com.pulumi.core.Output<java.lang.String> lambdaVersion()
- Returns:
- The Lambda version represents the signature of the "request" attribute in the "event" information Amazon Cognito passes to your custom SMS Lambda function. The only supported value is `V1_0`.
-
builder
public static UserPoolLambdaConfigCustomSmsSenderArgs.Builder builder()
-
builder
public static UserPoolLambdaConfigCustomSmsSenderArgs.Builder builder(UserPoolLambdaConfigCustomSmsSenderArgs defaults)
-
-