We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e112eb + a1b1a6d commit 3eb723eCopy full SHA for 3eb723e
src/ServerlessSpy.ts
@@ -88,6 +88,15 @@ export class ServerlessSpy extends Construct {
88
endpointType: 'iot:Data-ATS',
89
},
90
91
+ onUpdate: {
92
+ service: 'Iot',
93
+ action: 'describeEndpoint',
94
+ physicalResourceId:
95
+ custom_resources.PhysicalResourceId.fromResponse('endpointAddress'),
96
+ parameters: {
97
+ endpointType: 'iot:Data-ATS',
98
+ },
99
100
installLatestAwsSdk: false,
101
policy: custom_resources.AwsCustomResourcePolicy.fromSdkCalls({
102
resources: custom_resources.AwsCustomResourcePolicy.ANY_RESOURCE,
0 commit comments