Class CfnTagSyncTaskPropsMixin
Onboards and syncs resources tagged with a specific tag key-value pair to an application.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.ResourceGroups.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTagSyncTaskPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnTagSyncTaskPropsMixin Inherits Mixin Implements IMixin
Remarks
Minimum permissions
To run this command, you must have the following permissions:
CloudformationResource: AWS::ResourceGroups::TagSyncTask
Mixin: true
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.ResourceGroups.Mixins;
var cfnTagSyncTaskPropsMixin = new CfnTagSyncTaskPropsMixin(new CfnTagSyncTaskMixinProps {
Group = "group",
RoleArn = "roleArn",
TagKey = "tagKey",
TagValue = "tagValue"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Synopsis
Constructors
| CfnTagSyncTaskPropsMixin(ICfnTagSyncTaskMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | Onboards and syncs resources tagged with a specific tag key-value pair to an application. |
| Props | Onboards and syncs resources tagged with a specific tag key-value pair to an application. |
| Strategy | Onboards and syncs resources tagged with a specific tag key-value pair to an application. |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnTagSyncTaskPropsMixin(ICfnTagSyncTaskMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::ResourceGroups::TagSyncTask.
public CfnTagSyncTaskPropsMixin(ICfnTagSyncTaskMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnTagSyncTaskMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
Minimum permissions
To run this command, you must have the following permissions:
CloudformationResource: AWS::ResourceGroups::TagSyncTask
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
Onboards and syncs resources tagged with a specific tag key-value pair to an application.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
Minimum permissions
To run this command, you must have the following permissions:
CloudformationResource: AWS::ResourceGroups::TagSyncTask
Mixin: true
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.ResourceGroups.Mixins;
var cfnTagSyncTaskPropsMixin = new CfnTagSyncTaskPropsMixin(new CfnTagSyncTaskMixinProps {
Group = "group",
RoleArn = "roleArn",
TagKey = "tagKey",
TagValue = "tagValue"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Props
Onboards and syncs resources tagged with a specific tag key-value pair to an application.
protected virtual ICfnTagSyncTaskMixinProps Props { get; }
Property Value
Remarks
Minimum permissions
To run this command, you must have the following permissions:
CloudformationResource: AWS::ResourceGroups::TagSyncTask
Mixin: true
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.ResourceGroups.Mixins;
var cfnTagSyncTaskPropsMixin = new CfnTagSyncTaskPropsMixin(new CfnTagSyncTaskMixinProps {
Group = "group",
RoleArn = "roleArn",
TagKey = "tagKey",
TagValue = "tagValue"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Strategy
Onboards and syncs resources tagged with a specific tag key-value pair to an application.
protected virtual PropertyMergeStrategy Strategy { get; }
Property Value
Remarks
Minimum permissions
To run this command, you must have the following permissions:
CloudformationResource: AWS::ResourceGroups::TagSyncTask
Mixin: true
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.ResourceGroups.Mixins;
var cfnTagSyncTaskPropsMixin = new CfnTagSyncTaskPropsMixin(new CfnTagSyncTaskMixinProps {
Group = "group",
RoleArn = "roleArn",
TagKey = "tagKey",
TagValue = "tagValue"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override IConstruct ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Returns
IConstruct
Overrides
Remarks
Minimum permissions
To run this command, you must have the following permissions:
CloudformationResource: AWS::ResourceGroups::TagSyncTask
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct.
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
Remarks
Minimum permissions
To run this command, you must have the following permissions:
CloudformationResource: AWS::ResourceGroups::TagSyncTask
Mixin: true
ExampleMetadata: fixture=_generated