@Internal public static final class IDeliveryStream.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IDeliveryStream.Jsii$Default
software.amazon.jsii.JsiiObject.InitializationModeIDeliveryStream.Jsii$Default, IDeliveryStream.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyRemovalPolicy(RemovalPolicy policy)
Apply the given removal policy to this resource.
|
Connections |
getConnections()
The network connections associated with this resource.
|
String |
getDeliveryStreamArn()
(experimental) The ARN of the delivery stream.
|
String |
getDeliveryStreamName()
(experimental) The name of the delivery stream.
|
ResourceEnvironment |
getEnv()
The environment this resource belongs to.
|
IPrincipal |
getGrantPrincipal()
The principal to grant permissions to.
|
ConstructNode |
getNode()
The construct tree node for this construct.
|
Stack |
getStack()
The stack in which this resource is defined.
|
Grant |
grant(IGrantable grantee,
String... actions)
(experimental) Grant the `grantee` identity permissions to perform `actions`.
|
Grant |
grantPutRecords(IGrantable grantee)
(experimental) Grant the `grantee` identity permissions to perform `firehose:PutRecord` and `firehose:PutRecordBatch` actions on this delivery stream.
|
Metric |
metric(String metricName)
(experimental) Return the given named metric for this delivery stream.
|
Metric |
metric(String metricName,
MetricOptions props)
(experimental) Return the given named metric for this delivery stream.
|
Metric |
metricBackupToS3Bytes()
(experimental) Metric for the number of bytes delivered to Amazon S3 for backup over the specified time period.
|
Metric |
metricBackupToS3Bytes(MetricOptions props)
(experimental) Metric for the number of bytes delivered to Amazon S3 for backup over the specified time period.
|
Metric |
metricBackupToS3DataFreshness()
(experimental) Metric for the age (from getting into Kinesis Data Firehose to now) of the oldest record in Kinesis Data Firehose.
|
Metric |
metricBackupToS3DataFreshness(MetricOptions props)
(experimental) Metric for the age (from getting into Kinesis Data Firehose to now) of the oldest record in Kinesis Data Firehose.
|
Metric |
metricBackupToS3Records()
(experimental) Metric for the number of records delivered to Amazon S3 for backup over the specified time period.
|
Metric |
metricBackupToS3Records(MetricOptions props)
(experimental) Metric for the number of records delivered to Amazon S3 for backup over the specified time period.
|
Metric |
metricIncomingBytes()
(experimental) Metric for the number of bytes ingested successfully into the delivery stream over the specified time period after throttling.
|
Metric |
metricIncomingBytes(MetricOptions props)
(experimental) Metric for the number of bytes ingested successfully into the delivery stream over the specified time period after throttling.
|
Metric |
metricIncomingRecords()
(experimental) Metric for the number of records ingested successfully into the delivery stream over the specified time period after throttling.
|
Metric |
metricIncomingRecords(MetricOptions props)
(experimental) Metric for the number of records ingested successfully into the delivery stream over the specified time period after throttling.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) @NotNull public final ConstructNode getNode()
getNode in interface IResource.Jsii$DefaultgetNode in interface IDeliveryStream.Jsii$Default@Stability(value=Stable) @NotNull public final ResourceEnvironment getEnv()
For resources that are created and managed by the CDK (generally, those created by creating new class instances like Role, Bucket, etc.), this is always the same as the environment of the stack they belong to; however, for imported resources (those obtained from static methods like fromRoleArn, fromBucketName, etc.), that might be different than the stack they were imported into.
getEnv in interface IResourcegetEnv in interface IResource.Jsii$DefaultgetEnv in interface IDeliveryStream.Jsii$Default@Stability(value=Stable) @NotNull public final Stack getStack()
getStack in interface IResourcegetStack in interface IResource.Jsii$DefaultgetStack in interface IDeliveryStream.Jsii$Default@Stability(value=Stable) @NotNull public final IPrincipal getGrantPrincipal()
getGrantPrincipal in interface IGrantablegetGrantPrincipal in interface IGrantable.Jsii$DefaultgetGrantPrincipal in interface IDeliveryStream.Jsii$Default@Stability(value=Stable) @NotNull public final Connections getConnections()
getConnections in interface IConnectablegetConnections in interface IConnectable.Jsii$DefaultgetConnections in interface IDeliveryStream.Jsii$Default@Stability(value=Experimental) @NotNull public final String getDeliveryStreamArn()
getDeliveryStreamArn in interface IDeliveryStreamgetDeliveryStreamArn in interface IDeliveryStream.Jsii$Default@Stability(value=Experimental) @NotNull public final String getDeliveryStreamName()
getDeliveryStreamName in interface IDeliveryStreamgetDeliveryStreamName in interface IDeliveryStream.Jsii$Default@Stability(value=Stable)
public final void applyRemovalPolicy(@NotNull
RemovalPolicy policy)
The Removal Policy controls what happens to this resource when it stops being managed by CloudFormation, either because you've removed it from the CDK application or because you've made a change that requires the resource to be replaced.
The resource can be deleted (RemovalPolicy.DESTROY), or left in your AWS
account for data recovery and cleanup later (RemovalPolicy.RETAIN).
applyRemovalPolicy in interface IResourceapplyRemovalPolicy in interface IResource.Jsii$DefaultapplyRemovalPolicy in interface IDeliveryStream.Jsii$Defaultpolicy - This parameter is required.@Stability(value=Experimental) @NotNull public final Grant grant(@NotNull IGrantable grantee, @NotNull String... actions)
grant in interface IDeliveryStreamgrant in interface IDeliveryStream.Jsii$Defaultgrantee - This parameter is required.actions - This parameter is required.@Stability(value=Experimental) @NotNull public final Grant grantPutRecords(@NotNull IGrantable grantee)
grantPutRecords in interface IDeliveryStreamgrantPutRecords in interface IDeliveryStream.Jsii$Defaultgrantee - This parameter is required.@Stability(value=Experimental) @NotNull public final Metric metric(@NotNull String metricName, @Nullable MetricOptions props)
metric in interface IDeliveryStreammetric in interface IDeliveryStream.Jsii$DefaultmetricName - This parameter is required.props - @Stability(value=Experimental) @NotNull public final Metric metric(@NotNull String metricName)
metric in interface IDeliveryStreammetricName - This parameter is required.@Stability(value=Experimental) @NotNull public final Metric metricBackupToS3Bytes(@Nullable MetricOptions props)
By default, this metric will be calculated as an average over a period of 5 minutes.
metricBackupToS3Bytes in interface IDeliveryStreammetricBackupToS3Bytes in interface IDeliveryStream.Jsii$Defaultprops - @Stability(value=Experimental) @NotNull public final Metric metricBackupToS3Bytes()
By default, this metric will be calculated as an average over a period of 5 minutes.
metricBackupToS3Bytes in interface IDeliveryStream@Stability(value=Experimental) @NotNull public final Metric metricBackupToS3DataFreshness(@Nullable MetricOptions props)
Any record older than this age has been delivered to the Amazon S3 bucket for backup.
By default, this metric will be calculated as an average over a period of 5 minutes.
metricBackupToS3DataFreshness in interface IDeliveryStreammetricBackupToS3DataFreshness in interface IDeliveryStream.Jsii$Defaultprops - @Stability(value=Experimental) @NotNull public final Metric metricBackupToS3DataFreshness()
Any record older than this age has been delivered to the Amazon S3 bucket for backup.
By default, this metric will be calculated as an average over a period of 5 minutes.
metricBackupToS3DataFreshness in interface IDeliveryStream@Stability(value=Experimental) @NotNull public final Metric metricBackupToS3Records(@Nullable MetricOptions props)
By default, this metric will be calculated as an average over a period of 5 minutes.
metricBackupToS3Records in interface IDeliveryStreammetricBackupToS3Records in interface IDeliveryStream.Jsii$Defaultprops - @Stability(value=Experimental) @NotNull public final Metric metricBackupToS3Records()
By default, this metric will be calculated as an average over a period of 5 minutes.
metricBackupToS3Records in interface IDeliveryStream@Stability(value=Experimental) @NotNull public final Metric metricIncomingBytes(@Nullable MetricOptions props)
By default, this metric will be calculated as an average over a period of 5 minutes.
metricIncomingBytes in interface IDeliveryStreammetricIncomingBytes in interface IDeliveryStream.Jsii$Defaultprops - @Stability(value=Experimental) @NotNull public final Metric metricIncomingBytes()
By default, this metric will be calculated as an average over a period of 5 minutes.
metricIncomingBytes in interface IDeliveryStream@Stability(value=Experimental) @NotNull public final Metric metricIncomingRecords(@Nullable MetricOptions props)
By default, this metric will be calculated as an average over a period of 5 minutes.
metricIncomingRecords in interface IDeliveryStreammetricIncomingRecords in interface IDeliveryStream.Jsii$Defaultprops - @Stability(value=Experimental) @NotNull public final Metric metricIncomingRecords()
By default, this metric will be calculated as an average over a period of 5 minutes.
metricIncomingRecords in interface IDeliveryStreamCopyright © 2022. All rights reserved.