Interface CfnDeploymentGroup.IEC2TagFilterProperty
Information about an Amazon EC2 tag filter.
Namespace: Amazon.CDK.AWS.CodeDeploy
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDeploymentGroup.IEC2TagFilterProperty
Syntax (vb)
Public Interface CfnDeploymentGroup.IEC2TagFilterProperty
Remarks
For more information about using tags and tag groups to help manage your Amazon EC2 instances and on-premises instances, see Tagging Instances for Deployment Groups in AWS CodeDeploy in the AWS CodeDeploy User Guide .
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.CodeDeploy;
var eC2TagFilterProperty = new EC2TagFilterProperty {
Key = "key",
Type = "type",
Value = "value"
};
Synopsis
Properties
| Key | The tag filter key. |
| Type | The tag filter type:. |
| Value | The tag filter value. |
Properties
Key
The tag filter key.
string? Key { get; }
Property Value
Remarks
Type
The tag filter type:.
string? Type { get; }
Property Value
Remarks
Value
The tag filter value.
string? Value { get; }