You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ServerlessApplicationRepository::Types::Version
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServerlessApplicationRepository::Types::Version
- Defined in:
- (unknown)
Overview
Application version details.
Returned by:
Instance Attribute Summary collapse
-
#application_id ⇒ String
The application Amazon Resource Name (ARN).
-
#creation_time ⇒ String
The date and time this resource was created.
-
#parameter_definitions ⇒ Array<Types::ParameterDefinition>
An array of parameter types supported by the application.
-
#required_capabilities ⇒ Array<String>
A list of values that you must specify before you can deploy certain applications.
-
#resources_supported ⇒ Boolean
Whether all of the AWS resources contained in this application are supported in the region in which it is being retrieved.
-
#semantic_version ⇒ String
The semantic version of the application:.
-
#source_code_archive_url ⇒ String
A link to the S3 object that contains the ZIP archive of the source code for this version of your application.
-
#source_code_url ⇒ String
A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.
-
#template_url ⇒ String
A link to the packaged AWS SAM template of your application.
Instance Attribute Details
#application_id ⇒ String
The application Amazon Resource Name (ARN).
#creation_time ⇒ String
The date and time this resource was created.
#parameter_definitions ⇒ Array<Types::ParameterDefinition>
An array of parameter types supported by the application.
#required_capabilities ⇒ Array<String>
A list of values that you must specify before you can deploy certain applications. Some applications might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those applications, you must explicitly acknowledge their capabilities by specifying this parameter.
The only valid values are CAPABILITY_IAM, CAPABILITY_NAMED_IAM, CAPABILITY_RESOURCE_POLICY, and CAPABILITY_AUTO_EXPAND.
The following resources require you to specify CAPABILITY_IAM or CAPABILITY_NAMED_IAM: AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, and AWS::IAM::Role. If the application contains IAM resources, you can specify either CAPABILITY_IAM or CAPABILITY_NAMED_IAM. If the application contains IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM.
The following resources require you to specify CAPABILITY_RESOURCE_POLICY: AWS::Lambda::Permission, AWS::IAM:Policy, AWS::ApplicationAutoScaling::ScalingPolicy, AWS::S3::BucketPolicy, AWS::SQS::QueuePolicy, and AWS::SNS::TopicPolicy.
Applications that contain one or more nested applications require you to specify CAPABILITY_AUTO_EXPAND.
If your application template contains any of the above resources, we recommend that you review all permissions associated with the application before deploying. If you don\'t specify this parameter for an application that requires capabilities, the call will fail.
#resources_supported ⇒ Boolean
Whether all of the AWS resources contained in this application are supported in the region in which it is being retrieved.
#semantic_version ⇒ String
The semantic version of the application:
#source_code_archive_url ⇒ String
A link to the S3 object that contains the ZIP archive of the source code for this version of your application.
Maximum size 50 MB
#source_code_url ⇒ String
A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.
#template_url ⇒ String
A link to the packaged AWS SAM template of your application.