Skip to content

GrantCcnToCenProps

Properties for defining a GrantCcnToCen.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-grantccntocen

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksag"
&alicloudroscdksag.GrantCcnToCenProps {
    CcnInstanceId: interface{},
    CenInstanceId: interface{},
    CenUid: interface{},
}

Properties

Name Type Description
CcnInstanceId interface{} Property ccnInstanceId: The ID of the CCN instance.
CenInstanceId interface{} Property cenInstanceId: The ID of the CEN instance.
CenUid interface{} Property cenUid: The ID of the account to which the CEN instance belongs.

CcnInstanceIdRequired

CcnInstanceId interface{}
  • Type: interface{}

Property ccnInstanceId: The ID of the CCN instance.


CenInstanceIdRequired

CenInstanceId interface{}
  • Type: interface{}

Property cenInstanceId: The ID of the CEN instance.


CenUidRequired

CenUid interface{}
  • Type: interface{}

Property cenUid: The ID of the account to which the CEN instance belongs.