SecurityPolicyProps
Properties for defining a SecurityPolicy
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nlb-securitypolicy
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdknlb"
&alicloudroscdknlb.SecurityPolicyProps {
Ciphers: interface{},
TlsVersions: interface{},
ResourceGroupId: interface{},
SecurityPolicyName: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdknlb.RosSecurityPolicy.TagsProperty,
}
Properties
Name | Type | Description |
---|---|---|
Ciphers |
interface{} |
Property ciphers: TThe supported cipher suites, which are determined by the TLS protocol version. |
TlsVersions |
interface{} |
Property tlsVersions: The supported versions of the Transport Layer Security (TLS) protocol. |
ResourceGroupId |
interface{} |
Property resourceGroupId: The ID of the resource group. |
SecurityPolicyName |
interface{} |
Property securityPolicyName: The name of the security policy. |
Tags |
*[]TagsProperty |
Property tags: Tags to attach to instance. |
Ciphers
Required
Ciphers interface{}
- Type: interface{}
Property ciphers: TThe supported cipher suites, which are determined by the TLS protocol version.
You can specify at most 32 cipher suites.
TlsVersions
Required
TlsVersions interface{}
- Type: interface{}
Property tlsVersions: The supported versions of the Transport Layer Security (TLS) protocol.
Valid values: TLSv1.0, TLSv1.1, TLSv1.2, and TLSv1.3.
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: The ID of the resource group.
SecurityPolicyName
Optional
SecurityPolicyName interface{}
- Type: interface{}
Property securityPolicyName: The name of the security policy.
The name must be 1 to 200 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-).
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
Property tags: Tags to attach to instance.
Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.