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.
Namespace: Amazon.IdentityManagement.Model
Assembly: AWSSDK.IdentityManagement.dll
Version: 3.x.y.z
public class ParameterDefinition
The ParameterDefinition type exposes the following members
| Name | Description | |
|---|---|---|
|
ParameterDefinition() |
| Name | Type | Description | |
|---|---|---|---|
|
DefaultValue | System.String |
Gets and sets the property DefaultValue. The value that the service uses for the parameter when you do not supply one. |
|
Description | System.String |
Gets and sets the property Description. A description of the parameter. |
|
Immutable | System.Nullable<System.Boolean> |
Gets and sets the property Immutable. Specifies whether you can change the parameter value after you create the role. |
|
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. |
|
Name | System.String |
Gets and sets the property Name. The name of the parameter. |
|
SubType | System.String |
Gets and sets the property SubType. An optional subtype that further constrains the values that are allowed for the parameter. |
|
Type | Amazon.IdentityManagement.ParameterTypeType |
Gets and sets the property Type.
The data type of the parameter. Valid values are |
.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