Class CfnSlackWorkspaceConfigurationPropsMixin
You can use the AWS::SupportApp::SlackWorkspaceConfiguration resource to specify your Slack workspace configuration.
Implements
Inherited Members
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 :
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 |
Properties
| CFN_PROPERTY_KEYS | You can use the |
| Props | You can use the |
| Strategy | You can use the |
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 :
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 :
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 :
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
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 :
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
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 :
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
Overrides
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 :
CloudformationResource: AWS::SupportApp::SlackWorkspaceConfiguration
Mixin: true
ExampleMetadata: fixture=_generated