Class ActivationArgs
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 ActivationArgs : ResourceArgs
Constructors
View SourceActivationArgs()
Declaration
public ActivationArgs()
Properties
View SourceDescription
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> |
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> |
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> |