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 SourceResourceType
The type of resource to tag. Valid values are instance
and volume
.
Declaration
public readonly string ResourceType
Field Value
Type | Description |
---|---|
System.String |
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> |