public static interface CfnConnection.ApiKeyAuthParametersProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.events.*; ApiKeyAuthParametersProperty apiKeyAuthParametersProperty = ApiKeyAuthParametersProperty.builder() .apiKeyName("apiKeyName") .apiKeyValue("apiKeyValue") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConnection.ApiKeyAuthParametersProperty.Builder
A builder for
CfnConnection.ApiKeyAuthParametersProperty |
static class |
CfnConnection.ApiKeyAuthParametersProperty.Jsii$Proxy
An implementation for
CfnConnection.ApiKeyAuthParametersProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConnection.ApiKeyAuthParametersProperty.Builder |
builder() |
java.lang.String |
getApiKeyName()
The name of the API key to use for authorization.
|
java.lang.String |
getApiKeyValue()
The value for the API key to use for authorization.
|
java.lang.String getApiKeyName()
java.lang.String getApiKeyValue()
static CfnConnection.ApiKeyAuthParametersProperty.Builder builder()