Show / Hide Table of Contents

Class CfnSlackWorkspaceConfigurationPropsMixin

You can use the AWS::SupportApp::SlackWorkspaceConfiguration resource to specify your Slack workspace configuration.

Inheritance
object
Mixin
CfnSlackWorkspaceConfigurationPropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
Namespace: Amazon.CDK.Mixins.Preview.AWS.SupportApp.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnSlackWorkspaceConfigurationPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnSlackWorkspaceConfigurationPropsMixin Inherits Mixin Implements IMixin
Remarks

This resource configures your AWS account so that you can use the specified Slack workspace in the AWS Support App . This resource includes the following information:

    For more information, see the following topics in the User Guide :

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-slackworkspaceconfiguration.html

      CloudformationResource: AWS::SupportApp::SlackWorkspaceConfiguration

      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.SupportApp.Mixins;
      
                   var cfnSlackWorkspaceConfigurationPropsMixin = new CfnSlackWorkspaceConfigurationPropsMixin(new CfnSlackWorkspaceConfigurationMixinProps {
                       TeamId = "teamId",
                       VersionId = "versionId"
                   }, new CfnPropertyMixinOptions {
                       Strategy = PropertyMergeStrategy.OVERRIDE
                   });

      Synopsis

      Constructors

      CfnSlackWorkspaceConfigurationPropsMixin(ICfnSlackWorkspaceConfigurationMixinProps, ICfnPropertyMixinOptions?)

      Create a mixin to apply properties to AWS::SupportApp::SlackWorkspaceConfiguration.

      Properties

      CFN_PROPERTY_KEYS

      You can use the AWS::SupportApp::SlackWorkspaceConfiguration resource to specify your Slack workspace configuration.

      Props

      You can use the AWS::SupportApp::SlackWorkspaceConfiguration resource to specify your Slack workspace configuration.

      Strategy

      You can use the AWS::SupportApp::SlackWorkspaceConfiguration resource to specify your Slack workspace configuration.

      Methods

      ApplyTo(IConstruct)

      Apply the mixin properties to the construct.

      Supports(IConstruct)

      Check if this mixin supports the given construct.

      Constructors

      CfnSlackWorkspaceConfigurationPropsMixin(ICfnSlackWorkspaceConfigurationMixinProps, ICfnPropertyMixinOptions?)

      Create a mixin to apply properties to AWS::SupportApp::SlackWorkspaceConfiguration.

      public CfnSlackWorkspaceConfigurationPropsMixin(ICfnSlackWorkspaceConfigurationMixinProps props, ICfnPropertyMixinOptions? options = null)
      Parameters
      props ICfnSlackWorkspaceConfigurationMixinProps

      L1 properties to apply.

      options ICfnPropertyMixinOptions

      Mixin options.

      Remarks

      This resource configures your AWS account so that you can use the specified Slack workspace in the AWS Support App . This resource includes the following information:

        For more information, see the following topics in the User Guide :

          See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-slackworkspaceconfiguration.html

          CloudformationResource: AWS::SupportApp::SlackWorkspaceConfiguration

          Mixin: true

          ExampleMetadata: fixture=_generated

          Properties

          CFN_PROPERTY_KEYS

          You can use the AWS::SupportApp::SlackWorkspaceConfiguration resource to specify your Slack workspace configuration.

          protected static string[] CFN_PROPERTY_KEYS { get; }
          Property Value

          string[]

          Remarks

          This resource configures your AWS account so that you can use the specified Slack workspace in the AWS Support App . This resource includes the following information:

            For more information, see the following topics in the User Guide :

              See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-slackworkspaceconfiguration.html

              CloudformationResource: AWS::SupportApp::SlackWorkspaceConfiguration

              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.SupportApp.Mixins;
              
                           var cfnSlackWorkspaceConfigurationPropsMixin = new CfnSlackWorkspaceConfigurationPropsMixin(new CfnSlackWorkspaceConfigurationMixinProps {
                               TeamId = "teamId",
                               VersionId = "versionId"
                           }, new CfnPropertyMixinOptions {
                               Strategy = PropertyMergeStrategy.OVERRIDE
                           });

              Props

              You can use the AWS::SupportApp::SlackWorkspaceConfiguration resource to specify your Slack workspace configuration.

              protected virtual ICfnSlackWorkspaceConfigurationMixinProps Props { get; }
              Property Value

              ICfnSlackWorkspaceConfigurationMixinProps

              Remarks

              This resource configures your AWS account so that you can use the specified Slack workspace in the AWS Support App . This resource includes the following information:

                For more information, see the following topics in the User Guide :

                  See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-slackworkspaceconfiguration.html

                  CloudformationResource: AWS::SupportApp::SlackWorkspaceConfiguration

                  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.SupportApp.Mixins;
                  
                               var cfnSlackWorkspaceConfigurationPropsMixin = new CfnSlackWorkspaceConfigurationPropsMixin(new CfnSlackWorkspaceConfigurationMixinProps {
                                   TeamId = "teamId",
                                   VersionId = "versionId"
                               }, new CfnPropertyMixinOptions {
                                   Strategy = PropertyMergeStrategy.OVERRIDE
                               });

                  Strategy

                  You can use the AWS::SupportApp::SlackWorkspaceConfiguration resource to specify your Slack workspace configuration.

                  protected virtual PropertyMergeStrategy Strategy { get; }
                  Property Value

                  PropertyMergeStrategy

                  Remarks

                  This resource configures your AWS account so that you can use the specified Slack workspace in the AWS Support App . This resource includes the following information:

                    For more information, see the following topics in the User Guide :

                      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-slackworkspaceconfiguration.html

                      CloudformationResource: AWS::SupportApp::SlackWorkspaceConfiguration

                      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.SupportApp.Mixins;
                      
                                   var cfnSlackWorkspaceConfigurationPropsMixin = new CfnSlackWorkspaceConfigurationPropsMixin(new CfnSlackWorkspaceConfigurationMixinProps {
                                       TeamId = "teamId",
                                       VersionId = "versionId"
                                   }, 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

                      This resource configures your AWS account so that you can use the specified Slack workspace in the AWS Support App . This resource includes the following information:

                        For more information, see the following topics in the User Guide :

                          See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-slackworkspaceconfiguration.html

                          CloudformationResource: AWS::SupportApp::SlackWorkspaceConfiguration

                          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

                          This resource configures your AWS account so that you can use the specified Slack workspace in the AWS Support App . This resource includes the following information:

                            For more information, see the following topics in the User Guide :

                              See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-slackworkspaceconfiguration.html

                              CloudformationResource: AWS::SupportApp::SlackWorkspaceConfiguration

                              Mixin: true

                              ExampleMetadata: fixture=_generated

                              Implements

                              IMixin
                              Back to top Generated by DocFX