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.

Container for the parameters to the CreateServiceInstance operation. Create a service instance.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Proton.AmazonProtonRequest
      Amazon.Proton.Model.CreateServiceInstanceRequest

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

Syntax

C#
public class CreateServiceInstanceRequest : AmazonProtonRequest
         IAmazonWebServiceRequest

The CreateServiceInstanceRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ClientToken System.String

Gets and sets the property ClientToken.

The client token of the service instance to create.

Public Property Name System.String

Gets and sets the property Name.

The name of the service instance to create.

Public Property ServiceName System.String

Gets and sets the property ServiceName.

The name of the service the service instance is added to.

Public Property Spec System.String

Gets and sets the property Spec.

The spec for the service instance you want to create.

Public Property Tags System.Collections.Generic.List<Amazon.Proton.Model.Tag>

Gets and sets the property Tags.

An optional list of metadata items that you can associate with the Proton service instance. A tag is a key-value pair.

For more information, see Proton resources and tagging in the Proton User Guide.

Public Property TemplateMajorVersion System.String

Gets and sets the property TemplateMajorVersion.

To create a new major and minor version of the service template, exclude major Version.

Public Property TemplateMinorVersion System.String

Gets and sets the property TemplateMinorVersion.

To create a new minor version of the service template, include a major Version.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5