Class ActivationState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ssm
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ActivationState : ResourceArgs
Constructors
View SourceActivationState()
Declaration
public ActivationState()
Properties
View SourceActivationCode
The code the system generates when it processes the activation.
Declaration
public Input<string> ActivationCode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
The description of the resource that you want to register.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ExpirationDate
UTC timestamp in RFC3339 format by which this activation request should expire. The default value is 24 hours from resource creation time. This provider will only perform drift detection of its value when present in a configuration.
Declaration
public Input<string> ExpirationDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Expired
If the current activation has expired.
Declaration
public Input<bool> Expired { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
IamRole
The IAM Role to attach to the managed instance.
Declaration
public Input<string> IamRole { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The default name of the registered managed instance.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RegistrationCount
The number of managed instances that are currently registered using this activation.
Declaration
public Input<int> RegistrationCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RegistrationLimit
The maximum number of managed instances you want to register. The default value is 1 instance.
Declaration
public Input<int> RegistrationLimit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Tags
A map of tags to assign to the object.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |