Interface CfnSlackWorkspaceConfigurationProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnSlackWorkspaceConfigurationProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.101.0 (build b95fe5d)", date="2024-08-02T00:29:18.402Z") @Stability(Stable) public interface CfnSlackWorkspaceConfigurationProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnSlackWorkspaceConfiguration.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.supportapp.*;
 CfnSlackWorkspaceConfigurationProps cfnSlackWorkspaceConfigurationProps = CfnSlackWorkspaceConfigurationProps.builder()
         .teamId("teamId")
         // the properties below are optional
         .versionId("versionId")
         .build();
 

See Also: