Class ApiGatewayToKinesisStreams
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awsconstructs.services.apigatewaykinesisstreams.ApiGatewayToKinesisStreams
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.99.0 (build 8f757e4)",
date="2024-06-11T21:04:46.620Z")
public class ApiGatewayToKinesisStreams
extends software.constructs.Construct
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forApiGatewayToKinesisStreams.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedApiGatewayToKinesisStreams(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedApiGatewayToKinesisStreams(software.amazon.jsii.JsiiObjectRef objRef) ApiGatewayToKinesisStreams(software.constructs.Construct scope, String id, ApiGatewayToKinesisStreamsProps props) -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awscdk.services.apigateway.RestApisoftware.amazon.awscdk.services.iam.Rolesoftware.amazon.awscdk.services.logs.LogGroupsoftware.amazon.awscdk.services.iam.RoleList<software.amazon.awscdk.services.cloudwatch.Alarm>software.amazon.awscdk.services.kinesis.StreamMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
ApiGatewayToKinesisStreams
protected ApiGatewayToKinesisStreams(software.amazon.jsii.JsiiObjectRef objRef) -
ApiGatewayToKinesisStreams
protected ApiGatewayToKinesisStreams(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
ApiGatewayToKinesisStreams
public ApiGatewayToKinesisStreams(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull ApiGatewayToKinesisStreamsProps props) - Parameters:
scope-- represents the scope for all the resources.
id-- this is a a scope-unique id.
props-- user provided props for the construct.
-
-
Method Details
-
getApiGateway
@NotNull public software.amazon.awscdk.services.apigateway.RestApi getApiGateway() -
getApiGatewayLogGroup
@NotNull public software.amazon.awscdk.services.logs.LogGroup getApiGatewayLogGroup() -
getApiGatewayRole
@NotNull public software.amazon.awscdk.services.iam.Role getApiGatewayRole() -
getKinesisStream
@NotNull public software.amazon.awscdk.services.kinesis.Stream getKinesisStream() -
getApiGatewayCloudWatchRole
@Nullable public software.amazon.awscdk.services.iam.Role getApiGatewayCloudWatchRole() -
getCloudwatchAlarms
-