Skip to content

RosRepositoryProps

Properties for defining a RosRepository.

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

Initializer

import com.aliyun.ros.cdk.cr.RosRepositoryProps;
RosRepositoryProps.builder()
    .repoName(java.lang.String)
    .repoName(IResolvable)
    .repoNamespace(java.lang.String)
    .repoNamespace(IResolvable)
    .repoType(java.lang.String)
    .repoType(IResolvable)
    .summary(java.lang.String)
    .summary(IResolvable)
//  .detail(java.lang.String)
//  .detail(IResolvable)
//  .instanceId(java.lang.String)
//  .instanceId(IResolvable)
//  .repoSource(IResolvable)
//  .repoSource(RepoSourceProperty)
//  .tagImmutability(java.lang.Boolean)
//  .tagImmutability(IResolvable)
    .build();

Properties

Name Type Description
repoName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
repoNamespace java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
repoType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
summary java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
detail java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
instanceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
repoSource com.aliyun.ros.cdk.core.IResolvable OR RepoSourceProperty No description.
tagImmutability java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.

repoNameRequired

public java.lang.Object getRepoName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

repoNamespaceRequired

public java.lang.Object getRepoNamespace();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

repoTypeRequired

public java.lang.Object getRepoType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

summaryRequired

public java.lang.Object getSummary();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

detailOptional

public java.lang.Object getDetail();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

instanceIdOptional

public java.lang.Object getInstanceId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

repoSourceOptional

public java.lang.Object getRepoSource();

tagImmutabilityOptional

public java.lang.Object getTagImmutability();
  • Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable