Interface SecretManagerSecretTopics
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SecretManagerSecretTopics.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.656Z") @Stability(Stable) public interface SecretManagerSecretTopics extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSecretManagerSecretTopics.BuilderA builder forSecretManagerSecretTopicsstatic classSecretManagerSecretTopics.Jsii$ProxyAn implementation forSecretManagerSecretTopics
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static SecretManagerSecretTopics.Builderbuilder()StringgetName()The resource name of the Pub/Sub topic that will be published to, in the following format: projects/* /topics/*.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
The resource name of the Pub/Sub topic that will be published to, in the following format: projects/* /topics/*.For publication to succeed, the Secret Manager Service Agent service account must have pubsub.publisher permissions on the topic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secret_manager_secret#name SecretManagerSecret#name} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.
-
builder
@Stability(Stable) static SecretManagerSecretTopics.Builder builder()
- Returns:
- a
SecretManagerSecretTopics.BuilderofSecretManagerSecretTopics
-
-