AddonReleaseProps
Properties for defining a AddonRelease.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-addonrelease
Initializer
import { AddonReleaseProps } from '@alicloud/ros-cdk-arms'
const addonReleaseProps: AddonReleaseProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
addonVersion |
string | @alicloud/ros-cdk-core.IResolvable |
Property addonVersion: The version of the add-on. |
environmentId |
string | @alicloud/ros-cdk-core.IResolvable |
Property environmentId: The id of the environment. |
name |
string | @alicloud/ros-cdk-core.IResolvable |
Property name: The name of the add-on. |
releaseName |
string | @alicloud/ros-cdk-core.IResolvable |
Property releaseName: The name of the add-on after it is installed. |
values |
@alicloud/ros-cdk-core.IResolvable | {[ key: string ]: any} |
Property values: The metadata. |
addonVersionRequired
public readonly addonVersion: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property addonVersion: The version of the add-on.
environmentIdRequired
public readonly environmentId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property environmentId: The id of the environment.
nameRequired
public readonly name: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property name: The name of the add-on.
releaseNameOptional
public readonly releaseName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property releaseName: The name of the add-on after it is installed.
If you do not specify this parameter, a default rule name is generated.
valuesOptional
public readonly values: IResolvable | {[ key: string ]: any};
- Type: @alicloud/ros-cdk-core.IResolvable | {[ key: string ]: any}
Property values: The metadata.