Show / Hide Table of Contents

Class ActivationState

Inheritance
System.Object
InputArgs
ResourceArgs
ActivationState
Inherited Members
ResourceArgs.Empty
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 Source

ActivationState()

Declaration
public ActivationState()

Properties

View Source

ActivationCode

The code the system generates when it processes the activation.

Declaration
public Input<string> ActivationCode { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

Expired

If the current activation has expired.

Declaration
public Input<bool> Expired { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

IamRole

The IAM Role to attach to the managed instance.

Declaration
public Input<string> IamRole { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The default name of the registered managed instance.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

Tags

A map of tags to assign to the object.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.