Skip to content

RosDeliveryChannelProps

Properties for defining a RosDeliveryChannel.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-config-deliverychannel

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkconfig"
&alicloudroscdkconfig.RosDeliveryChannelProps {
    DeliveryChannelAssumeRoleArn: interface{},
    DeliveryChannelTargetArn: interface{},
    DeliveryChannelType: interface{},
    DeliveryChannelCondition: interface{},
    DeliveryChannelName: interface{},
    Description: interface{},
}

Properties

Name Type Description
DeliveryChannelAssumeRoleArn interface{} No description.
DeliveryChannelTargetArn interface{} No description.
DeliveryChannelType interface{} No description.
DeliveryChannelCondition interface{} No description.
DeliveryChannelName interface{} No description.
Description interface{} No description.

DeliveryChannelAssumeRoleArnRequired

DeliveryChannelAssumeRoleArn interface{}
  • Type: interface{}

DeliveryChannelTargetArnRequired

DeliveryChannelTargetArn interface{}
  • Type: interface{}

DeliveryChannelTypeRequired

DeliveryChannelType interface{}
  • Type: interface{}

DeliveryChannelConditionOptional

DeliveryChannelCondition interface{}
  • Type: interface{}

DeliveryChannelNameOptional

DeliveryChannelName interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}