interface CfnCustomResourceProps
Language | Type name |
---|---|
![]() | Amazon.CDK.CfnCustomResourceProps |
![]() | software.amazon.awscdk.core.CfnCustomResourceProps |
![]() | aws_cdk.core.CfnCustomResourceProps |
![]() | @aws-cdk/core » CfnCustomResourceProps |
Properties for defining a CfnCustomResource
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from '@aws-cdk/core';
const cfnCustomResourceProps: cdk.CfnCustomResourceProps = {
serviceToken: 'serviceToken',
};
Properties
Name | Type | Description |
---|---|---|
service | string | > Only one property is defined by AWS for a custom resource: ServiceToken . |
serviceToken
Type:
string
Only one property is defined by AWS for a custom resource:
ServiceToken
.
All other properties are defined by the service provider.
The service token that was given to the template developer by the service provider to access the service, such as an Amazon SNS topic ARN or Lambda function ARN. The service token must be from the same Region in which you are creating the stack.
Updates aren't supported.