1. Packages
  2. Alibaba Cloud
  3. API Docs
  4. cr
  5. RegistryEnterpriseInstance
Alibaba Cloud v3.54.0 published on Wednesday, Apr 24, 2024 by Pulumi

alicloud.cr.RegistryEnterpriseInstance

Explore with Pulumi AI

alicloud logo
Alibaba Cloud v3.54.0 published on Wednesday, Apr 24, 2024 by Pulumi

    Import

    Container Registry Enterprise Edition instance can be imported using the id, e.g.

    $ pulumi import alicloud:cr/registryEnterpriseInstance:RegistryEnterpriseInstance default cri-test
    

    Create RegistryEnterpriseInstance Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new RegistryEnterpriseInstance(name: string, args: RegistryEnterpriseInstanceArgs, opts?: CustomResourceOptions);
    @overload
    def RegistryEnterpriseInstance(resource_name: str,
                                   args: RegistryEnterpriseInstanceArgs,
                                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def RegistryEnterpriseInstance(resource_name: str,
                                   opts: Optional[ResourceOptions] = None,
                                   instance_name: Optional[str] = None,
                                   instance_type: Optional[str] = None,
                                   custom_oss_bucket: Optional[str] = None,
                                   kms_encrypted_password: Optional[str] = None,
                                   kms_encryption_context: Optional[Mapping[str, Any]] = None,
                                   password: Optional[str] = None,
                                   payment_type: Optional[str] = None,
                                   period: Optional[int] = None,
                                   renew_period: Optional[int] = None,
                                   renewal_status: Optional[str] = None)
    func NewRegistryEnterpriseInstance(ctx *Context, name string, args RegistryEnterpriseInstanceArgs, opts ...ResourceOption) (*RegistryEnterpriseInstance, error)
    public RegistryEnterpriseInstance(string name, RegistryEnterpriseInstanceArgs args, CustomResourceOptions? opts = null)
    public RegistryEnterpriseInstance(String name, RegistryEnterpriseInstanceArgs args)
    public RegistryEnterpriseInstance(String name, RegistryEnterpriseInstanceArgs args, CustomResourceOptions options)
    
    type: alicloud:cr:RegistryEnterpriseInstance
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args RegistryEnterpriseInstanceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args RegistryEnterpriseInstanceArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args RegistryEnterpriseInstanceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args RegistryEnterpriseInstanceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args RegistryEnterpriseInstanceArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var registryEnterpriseInstanceResource = new AliCloud.CR.RegistryEnterpriseInstance("registryEnterpriseInstanceResource", new()
    {
        InstanceName = "string",
        InstanceType = "string",
        CustomOssBucket = "string",
        KmsEncryptedPassword = "string",
        KmsEncryptionContext = 
        {
            { "string", "any" },
        },
        Password = "string",
        PaymentType = "string",
        Period = 0,
        RenewPeriod = 0,
        RenewalStatus = "string",
    });
    
    example, err := cr.NewRegistryEnterpriseInstance(ctx, "registryEnterpriseInstanceResource", &cr.RegistryEnterpriseInstanceArgs{
    	InstanceName:         pulumi.String("string"),
    	InstanceType:         pulumi.String("string"),
    	CustomOssBucket:      pulumi.String("string"),
    	KmsEncryptedPassword: pulumi.String("string"),
    	KmsEncryptionContext: pulumi.Map{
    		"string": pulumi.Any("any"),
    	},
    	Password:      pulumi.String("string"),
    	PaymentType:   pulumi.String("string"),
    	Period:        pulumi.Int(0),
    	RenewPeriod:   pulumi.Int(0),
    	RenewalStatus: pulumi.String("string"),
    })
    
    var registryEnterpriseInstanceResource = new RegistryEnterpriseInstance("registryEnterpriseInstanceResource", RegistryEnterpriseInstanceArgs.builder()        
        .instanceName("string")
        .instanceType("string")
        .customOssBucket("string")
        .kmsEncryptedPassword("string")
        .kmsEncryptionContext(Map.of("string", "any"))
        .password("string")
        .paymentType("string")
        .period(0)
        .renewPeriod(0)
        .renewalStatus("string")
        .build());
    
    registry_enterprise_instance_resource = alicloud.cr.RegistryEnterpriseInstance("registryEnterpriseInstanceResource",
        instance_name="string",
        instance_type="string",
        custom_oss_bucket="string",
        kms_encrypted_password="string",
        kms_encryption_context={
            "string": "any",
        },
        password="string",
        payment_type="string",
        period=0,
        renew_period=0,
        renewal_status="string")
    
    const registryEnterpriseInstanceResource = new alicloud.cr.RegistryEnterpriseInstance("registryEnterpriseInstanceResource", {
        instanceName: "string",
        instanceType: "string",
        customOssBucket: "string",
        kmsEncryptedPassword: "string",
        kmsEncryptionContext: {
            string: "any",
        },
        password: "string",
        paymentType: "string",
        period: 0,
        renewPeriod: 0,
        renewalStatus: "string",
    });
    
    type: alicloud:cr:RegistryEnterpriseInstance
    properties:
        customOssBucket: string
        instanceName: string
        instanceType: string
        kmsEncryptedPassword: string
        kmsEncryptionContext:
            string: any
        password: string
        paymentType: string
        period: 0
        renewPeriod: 0
        renewalStatus: string
    

    RegistryEnterpriseInstance Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The RegistryEnterpriseInstance resource accepts the following input properties:

    InstanceName string
    Name of Container Registry Enterprise Edition instance.
    InstanceType string
    Type of Container Registry Enterprise Edition instance. Valid values: Basic, Standard, Advanced. NOTE: International Account doesn't supports Standard.
    CustomOssBucket string
    Name of your customized oss bucket. Use this bucket as instance storage if set.
    KmsEncryptedPassword string
    An KMS encrypts password used to an instance. If the password is filled in, this field will be ignored.
    KmsEncryptionContext Dictionary<string, object>
    An KMS encryption context used to decrypt kms_encrypted_password before creating or updating instance with kms_encrypted_password. See Encryption Context. It is valid when kms_encrypted_password is set.
    Password string
    The password of the Instance. The password is a string of 8 to 30 characters and must contain uppercase letters, lowercase letters, and numbers.
    PaymentType string
    Subscription of Container Registry Enterprise Edition instance. Default value: Subscription. Valid values: Subscription.
    Period int
    Service time of Container Registry Enterprise Edition instance. Default value: 12. Valid values: 1, 2, 3, 6, 12, 24, 36, 48, 60. Unit: month.
    RenewPeriod int
    Renewal period of Container Registry Enterprise Edition instance. Unit: month.
    RenewalStatus string
    Renewal status of Container Registry Enterprise Edition instance. Valid values: AutoRenewal, ManualRenewal.
    InstanceName string
    Name of Container Registry Enterprise Edition instance.
    InstanceType string
    Type of Container Registry Enterprise Edition instance. Valid values: Basic, Standard, Advanced. NOTE: International Account doesn't supports Standard.
    CustomOssBucket string
    Name of your customized oss bucket. Use this bucket as instance storage if set.
    KmsEncryptedPassword string
    An KMS encrypts password used to an instance. If the password is filled in, this field will be ignored.
    KmsEncryptionContext map[string]interface{}
    An KMS encryption context used to decrypt kms_encrypted_password before creating or updating instance with kms_encrypted_password. See Encryption Context. It is valid when kms_encrypted_password is set.
    Password string
    The password of the Instance. The password is a string of 8 to 30 characters and must contain uppercase letters, lowercase letters, and numbers.
    PaymentType string
    Subscription of Container Registry Enterprise Edition instance. Default value: Subscription. Valid values: Subscription.
    Period int
    Service time of Container Registry Enterprise Edition instance. Default value: 12. Valid values: 1, 2, 3, 6, 12, 24, 36, 48, 60. Unit: month.
    RenewPeriod int
    Renewal period of Container Registry Enterprise Edition instance. Unit: month.
    RenewalStatus string
    Renewal status of Container Registry Enterprise Edition instance. Valid values: AutoRenewal, ManualRenewal.
    instanceName String
    Name of Container Registry Enterprise Edition instance.
    instanceType String
    Type of Container Registry Enterprise Edition instance. Valid values: Basic, Standard, Advanced. NOTE: International Account doesn't supports Standard.
    customOssBucket String
    Name of your customized oss bucket. Use this bucket as instance storage if set.
    kmsEncryptedPassword String
    An KMS encrypts password used to an instance. If the password is filled in, this field will be ignored.
    kmsEncryptionContext Map<String,Object>
    An KMS encryption context used to decrypt kms_encrypted_password before creating or updating instance with kms_encrypted_password. See Encryption Context. It is valid when kms_encrypted_password is set.
    password String
    The password of the Instance. The password is a string of 8 to 30 characters and must contain uppercase letters, lowercase letters, and numbers.
    paymentType String
    Subscription of Container Registry Enterprise Edition instance. Default value: Subscription. Valid values: Subscription.
    period Integer
    Service time of Container Registry Enterprise Edition instance. Default value: 12. Valid values: 1, 2, 3, 6, 12, 24, 36, 48, 60. Unit: month.
    renewPeriod Integer
    Renewal period of Container Registry Enterprise Edition instance. Unit: month.
    renewalStatus String
    Renewal status of Container Registry Enterprise Edition instance. Valid values: AutoRenewal, ManualRenewal.
    instanceName string
    Name of Container Registry Enterprise Edition instance.
    instanceType string
    Type of Container Registry Enterprise Edition instance. Valid values: Basic, Standard, Advanced. NOTE: International Account doesn't supports Standard.
    customOssBucket string
    Name of your customized oss bucket. Use this bucket as instance storage if set.
    kmsEncryptedPassword string
    An KMS encrypts password used to an instance. If the password is filled in, this field will be ignored.
    kmsEncryptionContext {[key: string]: any}
    An KMS encryption context used to decrypt kms_encrypted_password before creating or updating instance with kms_encrypted_password. See Encryption Context. It is valid when kms_encrypted_password is set.
    password string
    The password of the Instance. The password is a string of 8 to 30 characters and must contain uppercase letters, lowercase letters, and numbers.
    paymentType string
    Subscription of Container Registry Enterprise Edition instance. Default value: Subscription. Valid values: Subscription.
    period number
    Service time of Container Registry Enterprise Edition instance. Default value: 12. Valid values: 1, 2, 3, 6, 12, 24, 36, 48, 60. Unit: month.
    renewPeriod number
    Renewal period of Container Registry Enterprise Edition instance. Unit: month.
    renewalStatus string
    Renewal status of Container Registry Enterprise Edition instance. Valid values: AutoRenewal, ManualRenewal.
    instance_name str
    Name of Container Registry Enterprise Edition instance.
    instance_type str
    Type of Container Registry Enterprise Edition instance. Valid values: Basic, Standard, Advanced. NOTE: International Account doesn't supports Standard.
    custom_oss_bucket str
    Name of your customized oss bucket. Use this bucket as instance storage if set.
    kms_encrypted_password str
    An KMS encrypts password used to an instance. If the password is filled in, this field will be ignored.
    kms_encryption_context Mapping[str, Any]
    An KMS encryption context used to decrypt kms_encrypted_password before creating or updating instance with kms_encrypted_password. See Encryption Context. It is valid when kms_encrypted_password is set.
    password str
    The password of the Instance. The password is a string of 8 to 30 characters and must contain uppercase letters, lowercase letters, and numbers.
    payment_type str
    Subscription of Container Registry Enterprise Edition instance. Default value: Subscription. Valid values: Subscription.
    period int
    Service time of Container Registry Enterprise Edition instance. Default value: 12. Valid values: 1, 2, 3, 6, 12, 24, 36, 48, 60. Unit: month.
    renew_period int
    Renewal period of Container Registry Enterprise Edition instance. Unit: month.
    renewal_status str
    Renewal status of Container Registry Enterprise Edition instance. Valid values: AutoRenewal, ManualRenewal.
    instanceName String
    Name of Container Registry Enterprise Edition instance.
    instanceType String
    Type of Container Registry Enterprise Edition instance. Valid values: Basic, Standard, Advanced. NOTE: International Account doesn't supports Standard.
    customOssBucket String
    Name of your customized oss bucket. Use this bucket as instance storage if set.
    kmsEncryptedPassword String
    An KMS encrypts password used to an instance. If the password is filled in, this field will be ignored.
    kmsEncryptionContext Map<Any>
    An KMS encryption context used to decrypt kms_encrypted_password before creating or updating instance with kms_encrypted_password. See Encryption Context. It is valid when kms_encrypted_password is set.
    password String
    The password of the Instance. The password is a string of 8 to 30 characters and must contain uppercase letters, lowercase letters, and numbers.
    paymentType String
    Subscription of Container Registry Enterprise Edition instance. Default value: Subscription. Valid values: Subscription.
    period Number
    Service time of Container Registry Enterprise Edition instance. Default value: 12. Valid values: 1, 2, 3, 6, 12, 24, 36, 48, 60. Unit: month.
    renewPeriod Number
    Renewal period of Container Registry Enterprise Edition instance. Unit: month.
    renewalStatus String
    Renewal status of Container Registry Enterprise Edition instance. Valid values: AutoRenewal, ManualRenewal.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the RegistryEnterpriseInstance resource produces the following output properties:

    CreatedTime string
    Time of Container Registry Enterprise Edition instance creation.
    EndTime string
    Time of Container Registry Enterprise Edition instance expiration.
    Id string
    The provider-assigned unique ID for this managed resource.
    Status string
    Status of Container Registry Enterprise Edition instance.
    CreatedTime string
    Time of Container Registry Enterprise Edition instance creation.
    EndTime string
    Time of Container Registry Enterprise Edition instance expiration.
    Id string
    The provider-assigned unique ID for this managed resource.
    Status string
    Status of Container Registry Enterprise Edition instance.
    createdTime String
    Time of Container Registry Enterprise Edition instance creation.
    endTime String
    Time of Container Registry Enterprise Edition instance expiration.
    id String
    The provider-assigned unique ID for this managed resource.
    status String
    Status of Container Registry Enterprise Edition instance.
    createdTime string
    Time of Container Registry Enterprise Edition instance creation.
    endTime string
    Time of Container Registry Enterprise Edition instance expiration.
    id string
    The provider-assigned unique ID for this managed resource.
    status string
    Status of Container Registry Enterprise Edition instance.
    created_time str
    Time of Container Registry Enterprise Edition instance creation.
    end_time str
    Time of Container Registry Enterprise Edition instance expiration.
    id str
    The provider-assigned unique ID for this managed resource.
    status str
    Status of Container Registry Enterprise Edition instance.
    createdTime String
    Time of Container Registry Enterprise Edition instance creation.
    endTime String
    Time of Container Registry Enterprise Edition instance expiration.
    id String
    The provider-assigned unique ID for this managed resource.
    status String
    Status of Container Registry Enterprise Edition instance.

    Look up Existing RegistryEnterpriseInstance Resource

    Get an existing RegistryEnterpriseInstance resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: RegistryEnterpriseInstanceState, opts?: CustomResourceOptions): RegistryEnterpriseInstance
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            created_time: Optional[str] = None,
            custom_oss_bucket: Optional[str] = None,
            end_time: Optional[str] = None,
            instance_name: Optional[str] = None,
            instance_type: Optional[str] = None,
            kms_encrypted_password: Optional[str] = None,
            kms_encryption_context: Optional[Mapping[str, Any]] = None,
            password: Optional[str] = None,
            payment_type: Optional[str] = None,
            period: Optional[int] = None,
            renew_period: Optional[int] = None,
            renewal_status: Optional[str] = None,
            status: Optional[str] = None) -> RegistryEnterpriseInstance
    func GetRegistryEnterpriseInstance(ctx *Context, name string, id IDInput, state *RegistryEnterpriseInstanceState, opts ...ResourceOption) (*RegistryEnterpriseInstance, error)
    public static RegistryEnterpriseInstance Get(string name, Input<string> id, RegistryEnterpriseInstanceState? state, CustomResourceOptions? opts = null)
    public static RegistryEnterpriseInstance get(String name, Output<String> id, RegistryEnterpriseInstanceState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    CreatedTime string
    Time of Container Registry Enterprise Edition instance creation.
    CustomOssBucket string
    Name of your customized oss bucket. Use this bucket as instance storage if set.
    EndTime string
    Time of Container Registry Enterprise Edition instance expiration.
    InstanceName string
    Name of Container Registry Enterprise Edition instance.
    InstanceType string
    Type of Container Registry Enterprise Edition instance. Valid values: Basic, Standard, Advanced. NOTE: International Account doesn't supports Standard.
    KmsEncryptedPassword string
    An KMS encrypts password used to an instance. If the password is filled in, this field will be ignored.
    KmsEncryptionContext Dictionary<string, object>
    An KMS encryption context used to decrypt kms_encrypted_password before creating or updating instance with kms_encrypted_password. See Encryption Context. It is valid when kms_encrypted_password is set.
    Password string
    The password of the Instance. The password is a string of 8 to 30 characters and must contain uppercase letters, lowercase letters, and numbers.
    PaymentType string
    Subscription of Container Registry Enterprise Edition instance. Default value: Subscription. Valid values: Subscription.
    Period int
    Service time of Container Registry Enterprise Edition instance. Default value: 12. Valid values: 1, 2, 3, 6, 12, 24, 36, 48, 60. Unit: month.
    RenewPeriod int
    Renewal period of Container Registry Enterprise Edition instance. Unit: month.
    RenewalStatus string
    Renewal status of Container Registry Enterprise Edition instance. Valid values: AutoRenewal, ManualRenewal.
    Status string
    Status of Container Registry Enterprise Edition instance.
    CreatedTime string
    Time of Container Registry Enterprise Edition instance creation.
    CustomOssBucket string
    Name of your customized oss bucket. Use this bucket as instance storage if set.
    EndTime string
    Time of Container Registry Enterprise Edition instance expiration.
    InstanceName string
    Name of Container Registry Enterprise Edition instance.
    InstanceType string
    Type of Container Registry Enterprise Edition instance. Valid values: Basic, Standard, Advanced. NOTE: International Account doesn't supports Standard.
    KmsEncryptedPassword string
    An KMS encrypts password used to an instance. If the password is filled in, this field will be ignored.
    KmsEncryptionContext map[string]interface{}
    An KMS encryption context used to decrypt kms_encrypted_password before creating or updating instance with kms_encrypted_password. See Encryption Context. It is valid when kms_encrypted_password is set.
    Password string
    The password of the Instance. The password is a string of 8 to 30 characters and must contain uppercase letters, lowercase letters, and numbers.
    PaymentType string
    Subscription of Container Registry Enterprise Edition instance. Default value: Subscription. Valid values: Subscription.
    Period int
    Service time of Container Registry Enterprise Edition instance. Default value: 12. Valid values: 1, 2, 3, 6, 12, 24, 36, 48, 60. Unit: month.
    RenewPeriod int
    Renewal period of Container Registry Enterprise Edition instance. Unit: month.
    RenewalStatus string
    Renewal status of Container Registry Enterprise Edition instance. Valid values: AutoRenewal, ManualRenewal.
    Status string
    Status of Container Registry Enterprise Edition instance.
    createdTime String
    Time of Container Registry Enterprise Edition instance creation.
    customOssBucket String
    Name of your customized oss bucket. Use this bucket as instance storage if set.
    endTime String
    Time of Container Registry Enterprise Edition instance expiration.
    instanceName String
    Name of Container Registry Enterprise Edition instance.
    instanceType String
    Type of Container Registry Enterprise Edition instance. Valid values: Basic, Standard, Advanced. NOTE: International Account doesn't supports Standard.
    kmsEncryptedPassword String
    An KMS encrypts password used to an instance. If the password is filled in, this field will be ignored.
    kmsEncryptionContext Map<String,Object>
    An KMS encryption context used to decrypt kms_encrypted_password before creating or updating instance with kms_encrypted_password. See Encryption Context. It is valid when kms_encrypted_password is set.
    password String
    The password of the Instance. The password is a string of 8 to 30 characters and must contain uppercase letters, lowercase letters, and numbers.
    paymentType String
    Subscription of Container Registry Enterprise Edition instance. Default value: Subscription. Valid values: Subscription.
    period Integer
    Service time of Container Registry Enterprise Edition instance. Default value: 12. Valid values: 1, 2, 3, 6, 12, 24, 36, 48, 60. Unit: month.
    renewPeriod Integer
    Renewal period of Container Registry Enterprise Edition instance. Unit: month.
    renewalStatus String
    Renewal status of Container Registry Enterprise Edition instance. Valid values: AutoRenewal, ManualRenewal.
    status String
    Status of Container Registry Enterprise Edition instance.
    createdTime string
    Time of Container Registry Enterprise Edition instance creation.
    customOssBucket string
    Name of your customized oss bucket. Use this bucket as instance storage if set.
    endTime string
    Time of Container Registry Enterprise Edition instance expiration.
    instanceName string
    Name of Container Registry Enterprise Edition instance.
    instanceType string
    Type of Container Registry Enterprise Edition instance. Valid values: Basic, Standard, Advanced. NOTE: International Account doesn't supports Standard.
    kmsEncryptedPassword string
    An KMS encrypts password used to an instance. If the password is filled in, this field will be ignored.
    kmsEncryptionContext {[key: string]: any}
    An KMS encryption context used to decrypt kms_encrypted_password before creating or updating instance with kms_encrypted_password. See Encryption Context. It is valid when kms_encrypted_password is set.
    password string
    The password of the Instance. The password is a string of 8 to 30 characters and must contain uppercase letters, lowercase letters, and numbers.
    paymentType string
    Subscription of Container Registry Enterprise Edition instance. Default value: Subscription. Valid values: Subscription.
    period number
    Service time of Container Registry Enterprise Edition instance. Default value: 12. Valid values: 1, 2, 3, 6, 12, 24, 36, 48, 60. Unit: month.
    renewPeriod number
    Renewal period of Container Registry Enterprise Edition instance. Unit: month.
    renewalStatus string
    Renewal status of Container Registry Enterprise Edition instance. Valid values: AutoRenewal, ManualRenewal.
    status string
    Status of Container Registry Enterprise Edition instance.
    created_time str
    Time of Container Registry Enterprise Edition instance creation.
    custom_oss_bucket str
    Name of your customized oss bucket. Use this bucket as instance storage if set.
    end_time str
    Time of Container Registry Enterprise Edition instance expiration.
    instance_name str
    Name of Container Registry Enterprise Edition instance.
    instance_type str
    Type of Container Registry Enterprise Edition instance. Valid values: Basic, Standard, Advanced. NOTE: International Account doesn't supports Standard.
    kms_encrypted_password str
    An KMS encrypts password used to an instance. If the password is filled in, this field will be ignored.
    kms_encryption_context Mapping[str, Any]
    An KMS encryption context used to decrypt kms_encrypted_password before creating or updating instance with kms_encrypted_password. See Encryption Context. It is valid when kms_encrypted_password is set.
    password str
    The password of the Instance. The password is a string of 8 to 30 characters and must contain uppercase letters, lowercase letters, and numbers.
    payment_type str
    Subscription of Container Registry Enterprise Edition instance. Default value: Subscription. Valid values: Subscription.
    period int
    Service time of Container Registry Enterprise Edition instance. Default value: 12. Valid values: 1, 2, 3, 6, 12, 24, 36, 48, 60. Unit: month.
    renew_period int
    Renewal period of Container Registry Enterprise Edition instance. Unit: month.
    renewal_status str
    Renewal status of Container Registry Enterprise Edition instance. Valid values: AutoRenewal, ManualRenewal.
    status str
    Status of Container Registry Enterprise Edition instance.
    createdTime String
    Time of Container Registry Enterprise Edition instance creation.
    customOssBucket String
    Name of your customized oss bucket. Use this bucket as instance storage if set.
    endTime String
    Time of Container Registry Enterprise Edition instance expiration.
    instanceName String
    Name of Container Registry Enterprise Edition instance.
    instanceType String
    Type of Container Registry Enterprise Edition instance. Valid values: Basic, Standard, Advanced. NOTE: International Account doesn't supports Standard.
    kmsEncryptedPassword String
    An KMS encrypts password used to an instance. If the password is filled in, this field will be ignored.
    kmsEncryptionContext Map<Any>
    An KMS encryption context used to decrypt kms_encrypted_password before creating or updating instance with kms_encrypted_password. See Encryption Context. It is valid when kms_encrypted_password is set.
    password String
    The password of the Instance. The password is a string of 8 to 30 characters and must contain uppercase letters, lowercase letters, and numbers.
    paymentType String
    Subscription of Container Registry Enterprise Edition instance. Default value: Subscription. Valid values: Subscription.
    period Number
    Service time of Container Registry Enterprise Edition instance. Default value: 12. Valid values: 1, 2, 3, 6, 12, 24, 36, 48, 60. Unit: month.
    renewPeriod Number
    Renewal period of Container Registry Enterprise Edition instance. Unit: month.
    renewalStatus String
    Renewal status of Container Registry Enterprise Edition instance. Valid values: AutoRenewal, ManualRenewal.
    status String
    Status of Container Registry Enterprise Edition instance.

    Package Details

    Repository
    Alibaba Cloud pulumi/pulumi-alicloud
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the alicloud Terraform Provider.
    alicloud logo
    Alibaba Cloud v3.54.0 published on Wednesday, Apr 24, 2024 by Pulumi