UNPKG

@altostra/core

Version:

Core library for shared types and logic

8 lines (7 loc) 296 B
import type { CloudFormationValue } from "../../../CloudFormation/IntrinsicFunctions"; import type { Arn } from "../../../CustomTypes/Arn"; export interface AWSSecretsManagerGetSecretValuePolicy { AWSSecretsManagerGetSecretValuePolicy: { SecretArn: CloudFormationValue<Arn>; }; }