Show / Hide Table of Contents

Class LaunchTemplateTagSpecification

Inheritance
System.Object
LaunchTemplateTagSpecification
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.Ec2.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LaunchTemplateTagSpecification

Fields

View Source

ResourceType

The type of resource to tag. Valid values are instance and volume.

Declaration
public readonly string ResourceType
Field Value
Type Description
System.String
View Source

Tags

A map of tags to assign to the resource.

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.