Class CloudFormationStackArgs


  • public final class CloudFormationStackArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • applicationId

        public com.pulumi.core.Output<java.lang.String> applicationId()
        Returns:
        The ARN of the application from the Serverless Application Repository.
      • capabilities

        public com.pulumi.core.Output<java.util.List<java.lang.String>> capabilities()
        Returns:
        A list of capabilities. Valid values are `CAPABILITY_IAM`, `CAPABILITY_NAMED_IAM`, `CAPABILITY_RESOURCE_POLICY`, or `CAPABILITY_AUTO_EXPAND`
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The name of the stack to create. The resource deployed in AWS will be prefixed with `serverlessrepo-`
      • parameters

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> parameters()
        Returns:
        A map of Parameter structures that specify input parameters for the stack.
      • semanticVersion

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> semanticVersion()
        Returns:
        The version of the application to deploy. If not supplied, deploys the latest version.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        A list of tags to associate with this stack. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.