Package com.pulumi.gcp.eventarc
Class GoogleChannelConfigArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.eventarc.GoogleChannelConfigArgs
-
public final class GoogleChannelConfigArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GoogleChannelConfigArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GoogleChannelConfigArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GoogleChannelConfigArgs.Builder
builder()
static GoogleChannelConfigArgs.Builder
builder(GoogleChannelConfigArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
cryptoKeyName()
com.pulumi.core.Output<java.lang.String>
location()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
name()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
project()
-
-
-
Field Detail
-
Empty
public static final GoogleChannelConfigArgs Empty
-
-
Method Detail
-
cryptoKeyName
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> cryptoKeyName()
- Returns:
- Optional. Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
-
location
public com.pulumi.core.Output<java.lang.String> location()
- Returns:
- The location for the resource
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
- Returns:
- Required. The resource name of the config. Must be in the format of, `projects/{project}/locations/{location}/googleChannelConfig`. ***
-
project
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> project()
- Returns:
- The project for the resource
-
builder
public static GoogleChannelConfigArgs.Builder builder()
-
builder
public static GoogleChannelConfigArgs.Builder builder(GoogleChannelConfigArgs defaults)
-
-