Interface ICfnCustomResourceProps
Properties for defining a CfnCustomResource
.
public interface ICfnCustomResourceProps
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK;
var cfnCustomResourceProps = new CfnCustomResourceProps {
ServiceToken = "serviceToken"
};
Remarks
Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html
ExampleMetadata: fixture=_generated
Properties
ServiceToken
Only one property is defined by AWS for a custom resource:
ServiceToken
.
string ServiceToken { get; }
Property Value
Remarks
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.