Interface CfnClusterSecurityGroupProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnClusterSecurityGroupProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-11T15:56:04.919Z")
@Stability(Stable)
public interface CfnClusterSecurityGroupProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnClusterSecurityGroup
.
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.redshift.*; CfnClusterSecurityGroupProps cfnClusterSecurityGroupProps = CfnClusterSecurityGroupProps.builder() .description("description") // the properties below are optional .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnClusterSecurityGroupProps
static final class
An implementation forCfnClusterSecurityGroupProps
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDescription
A description for the security group.- See Also:
-
getTags
Specifies an arbitrary set of tags (key–value pairs) to associate with this security group.Use tags to manage your resources.
- See Also:
-
builder
-