Show / Hide Table of Contents

Class CfnTagSyncTaskPropsMixin

Onboards and syncs resources tagged with a specific tag key-value pair to an application.

Inheritance
object
Mixin
CfnTagSyncTaskPropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
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:

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-tagsynctask.html

    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 AWS::ResourceGroups::TagSyncTask.

    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:

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-tagsynctask.html

      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:

        See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-tagsynctask.html

        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

        ICfnTagSyncTaskMixinProps

        Remarks

        Minimum permissions

        To run this command, you must have the following permissions:

          See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-tagsynctask.html

          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

          PropertyMergeStrategy

          Remarks

          Minimum permissions

          To run this command, you must have the following permissions:

            See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-tagsynctask.html

            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
            Mixin.ApplyTo(IConstruct)
            Remarks

            Minimum permissions

            To run this command, you must have the following permissions:

              See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-tagsynctask.html

              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

              bool

              Overrides
              Mixin.Supports(IConstruct)
              Remarks

              Minimum permissions

              To run this command, you must have the following permissions:

                See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-tagsynctask.html

                CloudformationResource: AWS::ResourceGroups::TagSyncTask

                Mixin: true

                ExampleMetadata: fixture=_generated

                Implements

                IMixin
                Back to top Generated by DocFX