Examples of using Custom resource in English and their translations into German
{-}
-
Colloquial
-
Official
-
Ecclesiastic
-
Medicine
-
Financial
-
Ecclesiastic
-
Political
-
Computer
-
Programming
-
Official/political
-
Political
Custom resource provider requests with RequestType set to"Update" are sent when there's any change to the properties of the custom resource within the template.
This walkthrough shows you how to create a custom resource and associate a Lambda function with it to look up AMI IDs.
or delete a custom resource, AWS CloudFormation sends a request to the specified service token.
During stack creation, the custom resource invokes the Lambda function
properties are optional and are sent, verbatim, to the custom resource provider in the request's ResourceProperties field.
the names correspond to the Fn::GetAtt attributes used with the custom resource in the stack template.
For a custom resource, return values are defined by the custom resource provider,
The response URL identifies a presigned S3 bucket that receives responses from the custom resource provider to AWS CloudFormation.
For this walkthrough, you will create a stack with a custom resource, a Lambda function, and an EC2 instance.
the function is invoked whenever the custom resource is created,
The service token and the structure of the input data is defined by the custom resource provider.
invoke it by using a custom resource.
The Amazon Resource Name(ARN) that identifies the stack that contains the custom resource.
To successfully delete a stack with a custom resource, the custom resource provider must respond successfully to a delete request.
AWS CloudFormation sends the additional properties that are included in the custom resource declaration, such as Region and Architecture.
are defined by the custom resource provider.
which sends a response object to a custom resource by way of an Amazon S3 presigned URL the ResponseURL.
The function uses the cfn-response send method to send the result back to the custom resource that invoked it.
update(if you changed the custom resource), or delete stacks.