@Generated(value="jsii-pacmak/0.10.3 (build 6bbf743)", date="2019-04-24T21:03:06.583Z") public class CfnApi extends software.amazon.awscdk.CfnResource
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessapi| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnApi.AuthProperty |
static interface |
CfnApi.S3LocationProperty |
| Modifier and Type | Field and Description |
|---|---|
static String |
REQUIRED_TRANSFORM
The `Transform` a template must use in order to use this resource.
|
static String |
RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnApi(software.amazon.awscdk.Construct scope,
String id,
CfnApiProps props)
Create a new `AWS::Serverless::Api`.
|
protected |
CfnApi(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiName() |
CfnApiProps |
getPropertyOverrides() |
protected Map<String,Object> |
renderProperties(Object properties) |
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, attribute, attribute, getAtt, getOptions, getProperties, getResourceType, getUntypedPropertyOverrides, isCfnResource, isTaggablegetCreationStackTrace, getLogicalId, getStackPath, isCfnElement, overrideLogicalId, preparegetDependencyRoots, getNode, isConstruct, toString, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetpublic static final String REQUIRED_TRANSFORM
public static final String RESOURCE_TYPE_NAME
protected CfnApi(software.amazon.jsii.JsiiObject.InitializationMode mode)
public CfnApi(software.amazon.awscdk.Construct scope,
String id,
CfnApiProps props)
scope - - scope in which this resource is defined.id - - scoped id of the resource.props - - resource properties.Copyright © 2019. All rights reserved.