AwsServerlessIdentityArgs
interface AwsServerlessIdentityArgs {
identity: string;
}Identity inputs for AwsServerless.
Properties
identity: string
Stable identity segment used to derive the component Pulumi logical name.
Must be a plain synchronous string value (not pulumi.Input, pulumi.Output, or promise-derived).