Class PubsubTopicIngestionDataSourceSettingsAwsKinesis.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.pubsub_topic.PubsubTopicIngestionDataSourceSettingsAwsKinesis.Jsii$Proxy
-
- All Implemented Interfaces:
PubsubTopicIngestionDataSourceSettingsAwsKinesis,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PubsubTopicIngestionDataSourceSettingsAwsKinesis
@Stability(Stable) @Internal public static final class PubsubTopicIngestionDataSourceSettingsAwsKinesis.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PubsubTopicIngestionDataSourceSettingsAwsKinesis
An implementation forPubsubTopicIngestionDataSourceSettingsAwsKinesis
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.pubsub_topic.PubsubTopicIngestionDataSourceSettingsAwsKinesis
PubsubTopicIngestionDataSourceSettingsAwsKinesis.Builder, PubsubTopicIngestionDataSourceSettingsAwsKinesis.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(PubsubTopicIngestionDataSourceSettingsAwsKinesis.Builder builder)Constructor that initializes the object based on literal property values passed by thePubsubTopicIngestionDataSourceSettingsAwsKinesis.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetAwsRoleArn()AWS role ARN to be used for Federated Identity authentication with Kinesis.StringgetConsumerArn()The Kinesis consumer ARN to used for ingestion in Enhanced Fan-Out mode.StringgetGcpServiceAccount()The GCP service account to be used for Federated Identity authentication with Kinesis (via a 'AssumeRoleWithWebIdentity' call for the provided role).StringgetStreamArn()The Kinesis stream ARN to ingest data from.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(PubsubTopicIngestionDataSourceSettingsAwsKinesis.Builder builder)
Constructor that initializes the object based on literal property values passed by thePubsubTopicIngestionDataSourceSettingsAwsKinesis.Builder.
-
-
Method Detail
-
getAwsRoleArn
public final String getAwsRoleArn()
Description copied from interface:PubsubTopicIngestionDataSourceSettingsAwsKinesisAWS role ARN to be used for Federated Identity authentication with Kinesis.Check the Pub/Sub docs for how to set up this role and the required permissions that need to be attached to it. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/pubsub_topic#aws_role_arn PubsubTopic#aws_role_arn}
- Specified by:
getAwsRoleArnin interfacePubsubTopicIngestionDataSourceSettingsAwsKinesis
-
getConsumerArn
public final String getConsumerArn()
Description copied from interface:PubsubTopicIngestionDataSourceSettingsAwsKinesisThe Kinesis consumer ARN to used for ingestion in Enhanced Fan-Out mode.The consumer must be already created and ready to be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/pubsub_topic#consumer_arn PubsubTopic#consumer_arn}
- Specified by:
getConsumerArnin interfacePubsubTopicIngestionDataSourceSettingsAwsKinesis
-
getGcpServiceAccount
public final String getGcpServiceAccount()
Description copied from interface:PubsubTopicIngestionDataSourceSettingsAwsKinesisThe GCP service account to be used for Federated Identity authentication with Kinesis (via a 'AssumeRoleWithWebIdentity' call for the provided role).The 'awsRoleArn' must be set up with 'accounts.google.com:sub' equals to this service account number. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/pubsub_topic#gcp_service_account PubsubTopic#gcp_service_account}
- Specified by:
getGcpServiceAccountin interfacePubsubTopicIngestionDataSourceSettingsAwsKinesis
-
getStreamArn
public final String getStreamArn()
Description copied from interface:PubsubTopicIngestionDataSourceSettingsAwsKinesisThe Kinesis stream ARN to ingest data from.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/pubsub_topic#stream_arn PubsubTopic#stream_arn}
- Specified by:
getStreamArnin interfacePubsubTopicIngestionDataSourceSettingsAwsKinesis
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-