AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the CreateApplicationVersion operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.ServerlessApplicationRepository.Model.CreateApplicationVersionResponse

Namespace: Amazon.ServerlessApplicationRepository.Model
Assembly: AWSSDK.ServerlessApplicationRepository.dll
Version: 3.x.y.z

Syntax

C#
public class CreateApplicationVersionResponse : AmazonWebServiceResponse

The CreateApplicationVersionResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ApplicationId System.String

Gets and sets the property ApplicationId.

The application Amazon Resource Name (ARN).

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreationTime System.String

Gets and sets the property CreationTime.

The date and time this resource was created.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ParameterDefinitions System.Collections.Generic.List<Amazon.ServerlessApplicationRepository.Model.ParameterDefinition>

Gets and sets the property ParameterDefinitions.

An array of parameter types supported by the application.

Public Property RequiredCapabilities System.Collections.Generic.List<System.String>

Gets and sets the property RequiredCapabilities.

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.

Public Property ResourcesSupported System.Boolean

Gets and sets the property ResourcesSupported.

Whether all of the AWS resources contained in this application are supported in the region in which it is being retrieved.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SemanticVersion System.String

Gets and sets the property SemanticVersion.

The semantic version of the application:

https://semver.org/

Public Property SourceCodeArchiveUrl System.String

Gets and sets the property SourceCodeArchiveUrl.

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

Public Property SourceCodeUrl System.String

Gets and sets the property SourceCodeUrl.

A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.

Public Property TemplateUrl System.String

Gets and sets the property TemplateUrl.

A link to the packaged AWS SAM template of your application.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5