Show / Hide Table of Contents

Class CfnResolverQueryLoggingConfigAssociationProps

Properties for defining a CfnResolverQueryLoggingConfigAssociation.

Inheritance
System.Object
CfnResolverQueryLoggingConfigAssociationProps
Implements
ICfnResolverQueryLoggingConfigAssociationProps
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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverqueryloggingconfigassociation.html

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;

CfnResolverQueryLoggingConfigAssociationProps 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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverqueryloggingconfigassociation.html#cfn-route53resolver-resolverqueryloggingconfigassociation-resolverquerylogconfigid

ResourceId

The ID of the Amazon VPC that is associated with the query logging configuration.

public string ResourceId { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverqueryloggingconfigassociation.html#cfn-route53resolver-resolverqueryloggingconfigassociation-resourceid

Implements

ICfnResolverQueryLoggingConfigAssociationProps
Back to top Generated by DocFX