Class GetFirewallEncryptionConfiguration
- java.lang.Object
-
- com.pulumi.aws.networkfirewall.outputs.GetFirewallEncryptionConfiguration
-
public final class GetFirewallEncryptionConfiguration extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetFirewallEncryptionConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetFirewallEncryptionConfiguration.Builder
builder()
static GetFirewallEncryptionConfiguration.Builder
builder(GetFirewallEncryptionConfiguration defaults)
java.lang.String
keyId()
java.lang.String
type()
-
-
-
Method Detail
-
keyId
public java.lang.String keyId()
- Returns:
- The ID of the AWS Key Management Service (AWS KMS) customer managed key.
-
type
public java.lang.String type()
- Returns:
- The type of the AWS Key Management Service (AWS KMS) key use by the firewall.
-
builder
public static GetFirewallEncryptionConfiguration.Builder builder()
-
builder
public static GetFirewallEncryptionConfiguration.Builder builder(GetFirewallEncryptionConfiguration defaults)
-
-