Class CfnResolverQueryLoggingConfigAssociationProps
Properties for defining a CfnResolverQueryLoggingConfigAssociation
.
Inheritance
System.Object
CfnResolverQueryLoggingConfigAssociationProps
Namespace: Amazon.CDK.AWS.Route53Resolver
Assembly: Amazon.CDK.AWS.Route53Resolver.dll
Syntax (csharp)
public class CfnResolverQueryLoggingConfigAssociationProps : Object, ICfnResolverQueryLoggingConfigAssociationProps
Syntax (vb)
Public Class CfnResolverQueryLoggingConfigAssociationProps
Inherits Object
Implements ICfnResolverQueryLoggingConfigAssociationProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Route53Resolver;
var cfnResolverQueryLoggingConfigAssociationProps = new CfnResolverQueryLoggingConfigAssociationProps {
ResolverQueryLogConfigId = "resolverQueryLogConfigId",
ResourceId = "resourceId"
};
Synopsis
Constructors
CfnResolverQueryLoggingConfigAssociationProps() |
Properties
ResolverQueryLogConfigId | The ID of the query logging configuration that a VPC is associated with. |
ResourceId | The ID of the Amazon VPC that is associated with the query logging configuration. |
Constructors
CfnResolverQueryLoggingConfigAssociationProps()
public CfnResolverQueryLoggingConfigAssociationProps()
Properties
ResolverQueryLogConfigId
The ID of the query logging configuration that a VPC is associated with.
public string ResolverQueryLogConfigId { get; set; }
Property Value
System.String
Remarks
ResourceId
The ID of the Amazon VPC that is associated with the query logging configuration.
public string ResourceId { get; set; }
Property Value
System.String