Skip to content

RosRepositoryProps

Properties for defining a RosRepository.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cr-repository

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcr"
&alicloudroscdkcr.RosRepositoryProps {
    RepoName: interface{},
    RepoNamespace: interface{},
    RepoType: interface{},
    Summary: interface{},
    Detail: interface{},
    InstanceId: interface{},
    RepoSource: interface{},
    TagImmutability: interface{},
}

Properties

Name Type Description
RepoName interface{} No description.
RepoNamespace interface{} No description.
RepoType interface{} No description.
Summary interface{} No description.
Detail interface{} No description.
InstanceId interface{} No description.
RepoSource interface{} No description.
TagImmutability interface{} No description.

RepoNameRequired

RepoName interface{}
  • Type: interface{}

RepoNamespaceRequired

RepoNamespace interface{}
  • Type: interface{}

RepoTypeRequired

RepoType interface{}
  • Type: interface{}

SummaryRequired

Summary interface{}
  • Type: interface{}

DetailOptional

Detail interface{}
  • Type: interface{}

InstanceIdOptional

InstanceId interface{}
  • Type: interface{}

RepoSourceOptional

RepoSource interface{}
  • Type: interface{}

TagImmutabilityOptional

TagImmutability interface{}
  • Type: interface{}