import type { CloudFormationValue } from "../../../CloudFormation/IntrinsicFunctions";
import type { Arn } from "../../../CustomTypes/Arn";
export interface AWSSecretsManagerGetSecretValuePolicy {
AWSSecretsManagerGetSecretValuePolicy: {
SecretArn: CloudFormationValue<Arn>;
};
}