File tree 1 file changed +5
-0
lines changed
packages/aws-cdk-lib/custom-resources/lib/custom-resource-config 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export const CUSTOM_RESOURCE_SINGLETON_LOG_RETENTION = 'aws:cdk:is-custom-resour
12
12
13
13
/**
14
14
* Manages AWS-vended Custom Resources
15
+ *
15
16
* This feature is currently experimental.
16
17
*/
17
18
export class CustomResourceConfig {
@@ -42,6 +43,8 @@ export class CustomResourceConfig {
42
43
43
44
/**
44
45
* Manages log retention for AWS-vended custom resources.
46
+ *
47
+ * This feature is currently experimental.
45
48
*/
46
49
export class CustomResourceLogRetention implements IAspect {
47
50
private readonly logRetention : logs . RetentionDays ;
@@ -89,6 +92,8 @@ export class CustomResourceLogRetention implements IAspect {
89
92
90
93
/**
91
94
* Manages removal policy for AWS-vended custom resources.
95
+ *
96
+ * This feature is currently experimental.
92
97
*/
93
98
export class CustomResourceRemovalPolicy implements IAspect {
94
99
private readonly removalPolicy : RemovalPolicy ;
You can’t perform that action at this time.
0 commit comments