@cloudtoolkit/aws
Version:
The Cloud Toolkit AWS provider for Pulumi provision well-architected solutions in [AWS](https://aws.amazon.com/). With Cloud Toolkit AWS you can use your preferred programming language to manage your platform with Infrastructure as Code.
21 lines (20 loc) • 362 B
TypeScript
export interface AdditionalQueue {
/**
* Amazon Resource Name for the Queue component.
*/
arn: string;
/**
* Endpoint of the Queue component in AWS.
*/
url: string;
}
export interface DnsDkimRecord {
/**
* Name of the Record.
*/
name: string;
/**
* Token of the Record.
*/
token: string;
}