Class ContextProvider
Identifier for the context provider.
Inheritance
Namespace: Amazon.CDK.CloudAssemblySchema
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public sealed class ContextProvider : Enum
Syntax (vb)
Public NotInheritable Class ContextProvider
Inherits
Enum
Synopsis
Fields
AMI_PROVIDER | AMI provider. |
AVAILABILITY_ZONE_PROVIDER | AZ provider. |
CC_API_PROVIDER | CCAPI Provider. |
ENDPOINT_SERVICE_AVAILABILITY_ZONE_PROVIDER | VPC Endpoint Service AZ Provider. |
HOSTED_ZONE_PROVIDER | Route53 Hosted Zone provider. |
KEY_PROVIDER | KMS Key Provider. |
LOAD_BALANCER_LISTENER_PROVIDER | Load balancer listener provider. |
LOAD_BALANCER_PROVIDER | Load balancer provider. |
PLUGIN | A plugin provider (the actual plugin name will be in the properties). |
SECURITY_GROUP_PROVIDER | Security group provider. |
SSM_PARAMETER_PROVIDER | SSM Parameter Provider. |
value__ | |
VPC_PROVIDER | VPC Provider. |
Fields
AMI_PROVIDER
AMI provider.
public const ContextProvider AMI_PROVIDER
Field Value
Type | Description |
---|---|
Context |
AVAILABILITY_ZONE_PROVIDER
AZ provider.
public const ContextProvider AVAILABILITY_ZONE_PROVIDER
Field Value
Type | Description |
---|---|
Context |
CC_API_PROVIDER
CCAPI Provider.
public const ContextProvider CC_API_PROVIDER
Field Value
Type | Description |
---|---|
Context |
ENDPOINT_SERVICE_AVAILABILITY_ZONE_PROVIDER
VPC Endpoint Service AZ Provider.
public const ContextProvider ENDPOINT_SERVICE_AVAILABILITY_ZONE_PROVIDER
Field Value
Type | Description |
---|---|
Context |
HOSTED_ZONE_PROVIDER
Route53 Hosted Zone provider.
public const ContextProvider HOSTED_ZONE_PROVIDER
Field Value
Type | Description |
---|---|
Context |
KEY_PROVIDER
KMS Key Provider.
public const ContextProvider KEY_PROVIDER
Field Value
Type | Description |
---|---|
Context |
LOAD_BALANCER_LISTENER_PROVIDER
Load balancer listener provider.
public const ContextProvider LOAD_BALANCER_LISTENER_PROVIDER
Field Value
Type | Description |
---|---|
Context |
LOAD_BALANCER_PROVIDER
Load balancer provider.
public const ContextProvider LOAD_BALANCER_PROVIDER
Field Value
Type | Description |
---|---|
Context |
PLUGIN
A plugin provider (the actual plugin name will be in the properties).
public const ContextProvider PLUGIN
Field Value
Type | Description |
---|---|
Context |
SECURITY_GROUP_PROVIDER
Security group provider.
public const ContextProvider SECURITY_GROUP_PROVIDER
Field Value
Type | Description |
---|---|
Context |
SSM_PARAMETER_PROVIDER
SSM Parameter Provider.
public const ContextProvider SSM_PARAMETER_PROVIDER
Field Value
Type | Description |
---|---|
Context |
value__
public int value__
Field Value
Type | Description |
---|---|
System. |
VPC_PROVIDER
VPC Provider.
public const ContextProvider VPC_PROVIDER
Field Value
Type | Description |
---|---|
Context |