@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.826Z") @Stability(value=Stable) public interface CfnMethodProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMethodProps.Builder
A builder for
CfnMethodProps |
static class |
CfnMethodProps.Jsii$Proxy
An implementation for
CfnMethodProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnMethodProps.Builder |
builder() |
default Object |
getApiKeyRequired()
`AWS::ApiGateway::Method.ApiKeyRequired`.
|
default List<String> |
getAuthorizationScopes()
`AWS::ApiGateway::Method.AuthorizationScopes`.
|
default String |
getAuthorizationType()
`AWS::ApiGateway::Method.AuthorizationType`.
|
default String |
getAuthorizerId()
`AWS::ApiGateway::Method.AuthorizerId`.
|
String |
getHttpMethod()
`AWS::ApiGateway::Method.HttpMethod`.
|
default Object |
getIntegration()
`AWS::ApiGateway::Method.Integration`.
|
default Object |
getMethodResponses()
`AWS::ApiGateway::Method.MethodResponses`.
|
default String |
getOperationName()
`AWS::ApiGateway::Method.OperationName`.
|
default Object |
getRequestModels()
`AWS::ApiGateway::Method.RequestModels`.
|
default Object |
getRequestParameters()
`AWS::ApiGateway::Method.RequestParameters`.
|
default String |
getRequestValidatorId()
`AWS::ApiGateway::Method.RequestValidatorId`.
|
String |
getResourceId()
`AWS::ApiGateway::Method.ResourceId`.
|
String |
getRestApiId()
`AWS::ApiGateway::Method.RestApiId`.
|
@Stability(value=Stable) @NotNull String getHttpMethod()
@Stability(value=Stable) @NotNull String getResourceId()
@Stability(value=Stable) @NotNull String getRestApiId()
@Stability(value=Stable) @Nullable default Object getApiKeyRequired()
@Stability(value=Stable) @Nullable default List<String> getAuthorizationScopes()
@Stability(value=Stable) @Nullable default String getAuthorizationType()
@Stability(value=Stable) @Nullable default String getAuthorizerId()
@Stability(value=Stable) @Nullable default Object getIntegration()
@Stability(value=Stable) @Nullable default Object getMethodResponses()
@Stability(value=Stable) @Nullable default String getOperationName()
@Stability(value=Stable) @Nullable default Object getRequestModels()
@Stability(value=Stable) @Nullable default Object getRequestParameters()
@Stability(value=Stable) @Nullable default String getRequestValidatorId()
@Stability(value=Stable) static CfnMethodProps.Builder builder()
CfnMethodProps.Builder of CfnMethodPropsCopyright © 2021. All rights reserved.