UNPKG

@pulumi/aws-native

Version:

The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)

15 lines (14 loc) 684 B
export declare const SigningProfilePlatformId: { readonly AwsLambdaSha384ecdsa: "AWSLambda-SHA384-ECDSA"; readonly NotationOcisha384ecdsa: "Notation-OCI-SHA384-ECDSA"; }; export type SigningProfilePlatformId = (typeof SigningProfilePlatformId)[keyof typeof SigningProfilePlatformId]; export declare const SigningProfileSignatureValidityPeriodType: { readonly Days: "DAYS"; readonly Months: "MONTHS"; readonly Years: "YEARS"; }; /** * The time unit for signature validity: DAYS | MONTHS | YEARS. */ export type SigningProfileSignatureValidityPeriodType = (typeof SigningProfileSignatureValidityPeriodType)[keyof typeof SigningProfileSignatureValidityPeriodType];