资源编排服务 RFS-CDN.Https:blueprint样例

时间:2023-11-01 16:19:21

blueprint样例

tosca_definitions_version: huaweicloud_tosca_version_1_0node_templates:  cdnd4u36:    type: HuaweiCloud.CDN.Domain    properties:      sources:        - activeStandby:            get_input: cdnd4u36_sources_0_activeStandby          originType:            get_input: cdnd4u36_sources_0_originType          ipOrDomain:            get_input: cdnd4u36_sources_0_ipOrDomain      businessType:        get_input: cdnd4u36_businessType      domainName:        get_input: cdnd4u36_domainName  cdnh6661:    type: HuaweiCloud.CDN.Https    properties:      domainId:        get_reference: cdnd4u36      certName:        get_input: cdnh6661_certName      httpsStatus:        get_input: cdnh6661_httpsStatus      certificate:        get_input: cdnh6661_certificate      privateKey:        get_input: cdnh6661_privateKey      forceRedirectHttps:        get_input: cdnh6661_forceRedirectHttps      http2:        get_input: cdnh6661_http2    requirements:      - domainId:          node: cdnd4u36inputs:  cdnd4u36_sources_0_activeStandby:    description: 主备状态    default: master    label: ''  cdnd4u36_sources_0_originType:    description: 源站类型    label: ''  cdnd4u36_sources_0_ipOrDomain:    description: 源站IP或者域名    label: ''  cdnd4u36_businessType:    description: 域名业务类型    label: ''  cdnd4u36_domainName:    description: 加速域名。    label: ''  cdnh6661_certName:    description: 证书名字。    label: ''  cdnh6661_httpsStatus:    description: HTTPS证书是否启用    label: ''  cdnh6661_certificate:    description: HTTPS协议使用的证书内容    label: ''  cdnh6661_privateKey:    description: HTTPS协议使用的私钥    label: ''  cdnh6661_forceRedirectHttps:    description: 客户端请求是否强制重定向    label: ''  cdnh6661_http2:    description: 是否使用HTTP2.0。    label: ''
support.huaweicloud.com/tr-aos/cdn-https.html