Show / Hide Table of Contents

Class CfnAgent.AgentTagProperty

A key-value pair to associate with the agent resource.

Inheritance
object
CfnAgent.AgentTagProperty
Implements
CfnAgent.IAgentTagProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAgent.AgentTagProperty : CfnAgent.IAgentTagProperty
Syntax (vb)
Public Class CfnAgent.AgentTagProperty Implements CfnAgent.IAgentTagProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-agent-agenttag.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.QuickSight;

             var agentTagProperty = new AgentTagProperty {
                 Key = "key",
                 Value = "value"
             };

Synopsis

Constructors

AgentTagProperty()

A key-value pair to associate with the agent resource.

Properties

Key

The key name of the tag.

Value

The value for the tag.

Constructors

AgentTagProperty()

A key-value pair to associate with the agent resource.

public AgentTagProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-agent-agenttag.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.QuickSight;

             var agentTagProperty = new AgentTagProperty {
                 Key = "key",
                 Value = "value"
             };

Properties

Key

The key name of the tag.

public string Key { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-agent-agenttag.html#cfn-quicksight-agent-agenttag-key

Value

The value for the tag.

public string Value { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-agent-agenttag.html#cfn-quicksight-agent-agenttag-value

Implements

CfnAgent.IAgentTagProperty
Back to top Generated by DocFX