Show / Hide Table of Contents

Interface ICfnResolverQueryLoggingConfigAssociationProps

Properties for defining a CfnResolverQueryLoggingConfigAssociation.

Namespace: Amazon.CDK.AWS.Route53Resolver
Assembly: Amazon.CDK.AWS.Route53Resolver.dll
Syntax (csharp)
public interface ICfnResolverQueryLoggingConfigAssociationProps
Syntax (vb)
Public Interface 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

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.

Properties

ResolverQueryLogConfigId

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

virtual string ResolverQueryLogConfigId { get; }
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.

virtual string ResourceId { get; }
Property Value

System.String

Remarks

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

Back to top Generated by DocFX