Show / Hide Table of Contents

Class ActivationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ActivationArgs
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 ActivationArgs : ResourceArgs

Constructors

View Source

ActivationArgs()

Declaration
public ActivationArgs()

Properties

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

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

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.