@@ -3,19 +3,19 @@ import { CfnVdmAttributes } from './ses.generated';
3
3
import { IResource , Resource } from '../../core' ;
4
4
5
5
/**
6
- * Virtual Deliverablity Manager (VDM) attributes
6
+ * Virtual Deliverability Manager (VDM) attributes
7
7
*/
8
8
export interface IVdmAttributes extends IResource {
9
9
/**
10
- * The name of the resource behind the Virtual Deliverablity Manager attributes.
10
+ * The name of the resource behind the Virtual Deliverability Manager attributes.
11
11
*
12
12
* @attribute
13
13
*/
14
14
readonly vdmAttributesName : string ;
15
15
}
16
16
17
17
/**
18
- * Properties for the Virtual Deliverablity Manager (VDM) attributes
18
+ * Properties for the Virtual Deliverability Manager (VDM) attributes
19
19
*/
20
20
export interface VdmAttributesProps {
21
21
/**
@@ -34,11 +34,11 @@ export interface VdmAttributesProps {
34
34
}
35
35
36
36
/**
37
- * Virtual Deliverablity Manager (VDM) attributes
37
+ * Virtual Deliverability Manager (VDM) attributes
38
38
*/
39
39
export class VdmAttributes extends Resource implements IVdmAttributes {
40
40
/**
41
- * Use an existing Virtual Deliverablity Manager attributes resource
41
+ * Use an existing Virtual Deliverability Manager attributes resource
42
42
*/
43
43
public static fromVdmAttributesName ( scope : Construct , id : string , vdmAttributesName : string ) : IVdmAttributes {
44
44
class Import extends Resource implements IVdmAttributes {
@@ -50,7 +50,7 @@ export class VdmAttributes extends Resource implements IVdmAttributes {
50
50
public readonly vdmAttributesName : string ;
51
51
52
52
/**
53
- * Resource ID for the Virtual Deliverablity Manager attributes
53
+ * Resource ID for the Virtual Deliverability Manager attributes
54
54
*
55
55
* @attribute
56
56
*/
0 commit comments