@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:25.658Z") @Stability(value=Deprecated) @Deprecated public class CustomResource extends CustomResource
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.core.*;
import software.amazon.awscdk.services.cloudformation.*;
CustomResourceProvider customResourceProvider;
Object properties;
CustomResource customResource = CustomResource.Builder.create(this, "MyCustomResource")
.provider(customResourceProvider)
// the properties below are optional
.properties(Map.of(
"propertiesKey", properties))
.removalPolicy(RemovalPolicy.DESTROY)
.resourceType("resourceType")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomResource.Builder
Deprecated.
|
software.amazon.jsii.JsiiObject.InitializationModeIResource.Jsii$Default| Modifier | Constructor and Description |
|---|---|
|
CustomResource(Construct scope,
String id,
CustomResourceProps props)
Deprecated.
|
protected |
CustomResource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
CustomResource(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
getAtt, getAttString, getRefapplyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNodeprotected CustomResource(software.amazon.jsii.JsiiObjectRef objRef)
protected CustomResource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Deprecated) @Deprecated public CustomResource(@NotNull Construct scope, @NotNull String id, @NotNull CustomResourceProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.Copyright © 2022. All rights reserved.