Class CfnSlackWorkspaceConfiguration
A CloudFormation AWS::SupportApp::SlackWorkspaceConfiguration
.
Inheritance
Inherited Members
Namespace: Amazon.CDK.AWS.SupportApp
Assembly: Amazon.CDK.AWS.SupportApp.dll
Syntax (csharp)
public class CfnSlackWorkspaceConfiguration : CfnResource, IConstruct, IDependable, IInspectable
Syntax (vb)
Public Class CfnSlackWorkspaceConfiguration
Inherits CfnResource
Implements IConstruct, IDependable, IInspectable
Remarks
You can use the AWS::SupportApp::SlackWorkspaceConfiguration
resource to specify your Slack workspace configuration. 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(Construct, String, ICfnSlackWorkspaceConfigurationProps) | Create a new |
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 |
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(Construct, String, ICfnSlackWorkspaceConfigurationProps)
Create a new AWS::SupportApp::SlackWorkspaceConfiguration
.
public CfnSlackWorkspaceConfiguration(Construct scope, string id, ICfnSlackWorkspaceConfigurationProps props)
Parameters
- scope Construct
- scope in which this resource is defined.
- id System.String
- scoped id of the resource.
- props ICfnSlackWorkspaceConfigurationProps
- resource properties.
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
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
Remarks
This ID uniquely identifies a Slack workspace, such as T012ABCDEFG
.
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
Remarks
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>