Skip to content

TLSPoliciesProps

Properties for defining a TLSPolicies.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-slb-tlspolicies

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkslb/datasource"
&datasource.TLSPoliciesProps {
    InstanceId: interface{},
    RefreshOptions: interface{},
    TlsPolicyName: interface{},
}

Properties

Name Type Description
InstanceId interface{} Property instanceId: The ID of the TLS policy.
RefreshOptions interface{} Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
TlsPolicyName interface{} Property tlsPolicyName: The name of the TLS policy.

InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

Property instanceId: The ID of the TLS policy.


RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.

TlsPolicyNameOptional

TlsPolicyName interface{}
  • Type: interface{}

Property tlsPolicyName: The name of the TLS policy.

The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.