AWS SDK Version 4 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.

Defines a parameter that a role template accepts. You supply values for these parameters when you create a role with AcquireRole.

Inheritance Hierarchy

System.Object
  Amazon.IdentityManagement.Model.ParameterDefinition

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

Syntax

C#
public class ParameterDefinition

The ParameterDefinition type exposes the following members

Constructors

NameDescription
Public Method ParameterDefinition()

Properties

NameTypeDescription
Public Property DefaultValue System.String

Gets and sets the property DefaultValue.

The value that the service uses for the parameter when you do not supply one.

Public Property Description System.String

Gets and sets the property Description.

A description of the parameter.

Public Property Immutable System.Nullable<System.Boolean>

Gets and sets the property Immutable.

Specifies whether you can change the parameter value after you create the role.

Public Property IsRequired System.Nullable<System.Boolean>

Gets and sets the property IsRequired.

Specifies whether you must supply a value for the parameter when you create a role from the template.

Public Property Name System.String

Gets and sets the property Name.

The name of the parameter.

Public Property SubType System.String

Gets and sets the property SubType.

An optional subtype that further constrains the values that are allowed for the parameter.

Public Property Type Amazon.IdentityManagement.ParameterTypeType

Gets and sets the property Type.

The data type of the parameter. Valid values are String, StringList, Number, NumberList, Arn, and ArnList.

Version Information

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

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer