Class PubsubSubscriptionPushConfigOidcToken.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.pubsub_subscription.PubsubSubscriptionPushConfigOidcToken.Jsii$Proxy
-
- All Implemented Interfaces:
PubsubSubscriptionPushConfigOidcToken,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PubsubSubscriptionPushConfigOidcToken
@Stability(Stable) @Internal public static final class PubsubSubscriptionPushConfigOidcToken.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PubsubSubscriptionPushConfigOidcToken
An implementation forPubsubSubscriptionPushConfigOidcToken
-
-
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_subscription.PubsubSubscriptionPushConfigOidcToken
PubsubSubscriptionPushConfigOidcToken.Builder, PubsubSubscriptionPushConfigOidcToken.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(PubsubSubscriptionPushConfigOidcToken.Builder builder)Constructor that initializes the object based on literal property values passed by thePubsubSubscriptionPushConfigOidcToken.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)StringgetAudience()Audience to be used when generating OIDC token.StringgetServiceAccountEmail()Service account email to be used for generating the OIDC token.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(PubsubSubscriptionPushConfigOidcToken.Builder builder)
Constructor that initializes the object based on literal property values passed by thePubsubSubscriptionPushConfigOidcToken.Builder.
-
-
Method Detail
-
getServiceAccountEmail
public final String getServiceAccountEmail()
Description copied from interface:PubsubSubscriptionPushConfigOidcTokenService account email to be used for generating the OIDC token.The caller (for subscriptions.create, subscriptions.patch, and subscriptions.modifyPushConfig RPCs) must have the iam.serviceAccounts.actAs permission for the service account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/pubsub_subscription#service_account_email PubsubSubscription#service_account_email}
- Specified by:
getServiceAccountEmailin interfacePubsubSubscriptionPushConfigOidcToken
-
getAudience
public final String getAudience()
Description copied from interface:PubsubSubscriptionPushConfigOidcTokenAudience to be used when generating OIDC token.The audience claim identifies the recipients that the JWT is intended for. The audience value is a single case-sensitive string. Having multiple values (array) for the audience field is not supported. More info about the OIDC JWT token audience here: https://tools.ietf.org/html/rfc7519#section-4.1.3 Note: if not specified, the Push endpoint URL will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/pubsub_subscription#audience PubsubSubscription#audience}
- Specified by:
getAudiencein interfacePubsubSubscriptionPushConfigOidcToken
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-