Skip to content

AppSecretProps

Properties for defining a AppSecret.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ram-appsecret

Initializer

import { AppSecretProps } from '@alicloud/ros-cdk-ram'
const appSecretProps: AppSecretProps = { ... }

Properties

Name Type Description
appId string | @alicloud/ros-cdk-core.IResolvable Property appId: The ID of the application.

appIdRequired

public readonly appId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property appId: The ID of the application.