Show / Hide Table of Contents

Class CfnSlackWorkspaceConfiguration

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

Inheritance
System.Object
CfnElement
CfnRefElement
CfnResource
CfnSlackWorkspaceConfiguration
Implements
IInspectable
Inherited Members
CfnResource.IsCfnResource(Object)
CfnResource.AddDeletionOverride(String)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(String, Object)
CfnResource.AddOverride(String, Object)
CfnResource.AddPropertyDeletionOverride(String)
CfnResource.AddPropertyOverride(String, Object)
CfnResource.ApplyRemovalPolicy(Nullable<RemovalPolicy>, IRemovalPolicyOptions)
CfnResource.GetAtt(String, Nullable<ResolutionTypeHint>)
CfnResource.GetMetadata(String)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(Object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(Object)
CfnElement.OverrideLogicalId(String)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
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 User Guide :

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

      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 100 .

      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
      CfnResource.CfnProperties

      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>

      Overrides
      CfnResource.RenderProperties(IDictionary<String, Object>)

      Implements

      IInspectable
      Back to top Generated by DocFX