Skip to content

RosRamRoleAttachmentProps

Properties for defining a RosRamRoleAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-ramroleattachment

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosRamRoleAttachmentProps {
    InstanceIds: interface{},
    RamRoleName: interface{},
    Policy: interface{},
}

Properties

Name Type Description
InstanceIds interface{} No description.
RamRoleName interface{} No description.
Policy interface{} No description.

InstanceIdsRequired

InstanceIds interface{}
  • Type: interface{}

RamRoleNameRequired

RamRoleName interface{}
  • Type: interface{}

PolicyOptional

Policy interface{}
  • Type: interface{}