Class CfnSlackWorkspaceConfiguration
You can use the AWS::SupportApp::SlackWorkspaceConfiguration
resource to specify your Slack workspace configuration.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.SupportApp
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnSlackWorkspaceConfiguration : CfnResource, IInspectable
Syntax (vb)
Public Class CfnSlackWorkspaceConfiguration
Inherits CfnResource
Implements IInspectable
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 AWS Support User Guide :
CloudformationResource: AWS::SupportApp::SlackWorkspaceConfiguration
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.SupportApp;
var cfnSlackWorkspaceConfiguration = new CfnSlackWorkspaceConfiguration(this, "MyCfnSlackWorkspaceConfiguration", new CfnSlackWorkspaceConfigurationProps {
TeamId = "teamId",
// the properties below are optional
VersionId = "versionId"
});
Synopsis
Constructors
CfnSlackWorkspaceConfiguration(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnSlackWorkspaceConfiguration(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
CfnSlackWorkspaceConfiguration(Construct, String, ICfnSlackWorkspaceConfigurationProps) |
Properties
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
TeamId | The team ID in Slack. |
VersionId | An identifier used to update an existing Slack workspace configuration in AWS CloudFormation , such as |
Methods
Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnSlackWorkspaceConfiguration(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnSlackWorkspaceConfiguration(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnSlackWorkspaceConfiguration(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnSlackWorkspaceConfiguration(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
CfnSlackWorkspaceConfiguration(Construct, String, ICfnSlackWorkspaceConfigurationProps)
public CfnSlackWorkspaceConfiguration(Construct scope, string id, ICfnSlackWorkspaceConfigurationProps props)
Parameters
- scope Constructs.Construct
Scope in which this resource is defined.
- id System.String
Construct identifier for this resource (unique in its scope).
- props ICfnSlackWorkspaceConfigurationProps
Resource properties.
Properties
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.String
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
Overrides
TeamId
The team ID in Slack.
public virtual string TeamId { get; set; }
Property Value
System.String
VersionId
An identifier used to update an existing Slack workspace configuration in AWS CloudFormation , such as 100
.
public virtual string VersionId { get; set; }
Property Value
System.String
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns
System.Collections.Generic.IDictionary<System.String, System.Object>