Skip to content

RosDomainProps

Properties for defining a RosDomain.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-domain

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapig"
&alicloudroscdkapig.RosDomainProps {
    DomainName: interface{},
    Protocol: interface{},
    CertIdentifier: interface{},
    ForceHttps: interface{},
    GatewayType: interface{},
    Http2Option: interface{},
    ResourceGroupId: interface{},
    TlsCipherSuitesConfig: interface{},
    TlsMax: interface{},
    TlsMin: interface{},
}

Properties

Name Type Description
DomainName interface{} No description.
Protocol interface{} No description.
CertIdentifier interface{} No description.
ForceHttps interface{} No description.
GatewayType interface{} No description.
Http2Option interface{} No description.
ResourceGroupId interface{} No description.
TlsCipherSuitesConfig interface{} No description.
TlsMax interface{} No description.
TlsMin interface{} No description.

DomainNameRequired

DomainName interface{}
  • Type: interface{}

ProtocolRequired

Protocol interface{}
  • Type: interface{}

CertIdentifierOptional

CertIdentifier interface{}
  • Type: interface{}

ForceHttpsOptional

ForceHttps interface{}
  • Type: interface{}

GatewayTypeOptional

GatewayType interface{}
  • Type: interface{}

Http2OptionOptional

Http2Option interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

TlsCipherSuitesConfigOptional

TlsCipherSuitesConfig interface{}
  • Type: interface{}

TlsMaxOptional

TlsMax interface{}
  • Type: interface{}

TlsMinOptional

TlsMin interface{}
  • Type: interface{}