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 CreateInstance operation. Creates an instance of IAM Identity Center for a standalone Amazon Web Services account that is not managed by Organizations or a member Amazon Web Services account in an organization. You can create only one instance per account and across all Amazon Web Services Regions.

The CreateInstance request is rejected if the following apply:

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SSOAdmin.AmazonSSOAdminRequest
      Amazon.SSOAdmin.Model.CreateInstanceRequest

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

Syntax

C#
public class CreateInstanceRequest : AmazonSSOAdminRequest
         IAmazonWebServiceRequest

The CreateInstanceRequest type exposes the following members

Constructors

NameDescription
Public Method CreateInstanceRequest()

Properties

NameTypeDescription
Public Property ClientToken System.String

Gets and sets the property ClientToken.

Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.

If you don't provide this value, then Amazon Web Services generates a random one for you.

If you retry the operation with the same ClientToken, but with different parameters, the retry fails with an IdempotentParameterMismatch error.

Public Property Name System.String

Gets and sets the property Name.

The name of the instance of IAM Identity Center.

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

Gets and sets the property Tags.

Specifies tags to be attached to the instance of IAM Identity Center.

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