Class CfnResolverQueryLoggingConfigAssociation
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.route53resolver.CfnResolverQueryLoggingConfigAssociation
- All Implemented Interfaces:
IInspectable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-15T10:25:06.522Z")
@Stability(Stable)
public class CfnResolverQueryLoggingConfigAssociation
extends CfnResource
implements IInspectable
The AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation resource is a configuration for DNS query logging.
After you create a query logging configuration, Amazon Route 53 begins to publish log data to an Amazon CloudWatch Logs log group.
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.route53resolver.*; CfnResolverQueryLoggingConfigAssociation cfnResolverQueryLoggingConfigAssociation = CfnResolverQueryLoggingConfigAssociation.Builder.create(this, "MyCfnResolverQueryLoggingConfigAssociation") .resolverQueryLogConfigId("resolverQueryLogConfigId") .resourceId("resourceId") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A fluent builder forCfnResolverQueryLoggingConfigAssociation
.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnResolverQueryLoggingConfigAssociation
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnResolverQueryLoggingConfigAssociation
(software.amazon.jsii.JsiiObjectRef objRef) CfnResolverQueryLoggingConfigAssociation
(software.constructs.Construct scope, String id) CfnResolverQueryLoggingConfigAssociation
(software.constructs.Construct scope, String id, CfnResolverQueryLoggingConfigAssociationProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe date and time that the VPC was associated with the query logging configuration, in Unix time format and Coordinated Universal Time (UTC).If the value ofStatus
isFAILED
, the value ofError
indicates the cause:.Contains additional information about the error.The ID of the query logging association.The status of the specified query logging association.The ID of the query logging configuration that a VPC is associated with.The ID of the Amazon VPC that is associated with the query logging configuration.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
The ID of the query logging configuration that a VPC is associated with.void
setResourceId
(String value) The ID of the Amazon VPC that is associated with the query logging configuration.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnResolverQueryLoggingConfigAssociation
protected CfnResolverQueryLoggingConfigAssociation(software.amazon.jsii.JsiiObjectRef objRef) -
CfnResolverQueryLoggingConfigAssociation
protected CfnResolverQueryLoggingConfigAssociation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnResolverQueryLoggingConfigAssociation
@Stability(Stable) public CfnResolverQueryLoggingConfigAssociation(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnResolverQueryLoggingConfigAssociationProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties.
-
CfnResolverQueryLoggingConfigAssociation
@Stability(Stable) public CfnResolverQueryLoggingConfigAssociation(@NotNull software.constructs.Construct scope, @NotNull String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrCreationTime
The date and time that the VPC was associated with the query logging configuration, in Unix time format and Coordinated Universal Time (UTC). -
getAttrError
If the value ofStatus
isFAILED
, the value ofError
indicates the cause:.DESTINATION_NOT_FOUND
: The specified destination (for example, an Amazon S3 bucket) was deleted.ACCESS_DENIED
: Permissions don't allow sending logs to the destination.
If the value of
Status
is a value other thanFAILED
,Error
is null. -
getAttrErrorMessage
Contains additional information about the error.If the value or
Error
is null, the value ofErrorMessage
is also null. -
getAttrId
The ID of the query logging association. -
getAttrStatus
The status of the specified query logging association. Valid values include the following:.CREATING
: Resolver is creating an association between an Amazon Virtual Private Cloud (Amazon VPC) and a query logging configuration.CREATED
: The association between an Amazon VPC and a query logging configuration was successfully created. Resolver is logging queries that originate in the specified VPC.DELETING
: Resolver is deleting this query logging association.FAILED
: Resolver either couldn't create or couldn't delete the query logging association.
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getResolverQueryLogConfigId
The ID of the query logging configuration that a VPC is associated with. -
setResolverQueryLogConfigId
The ID of the query logging configuration that a VPC is associated with. -
getResourceId
The ID of the Amazon VPC that is associated with the query logging configuration. -
setResourceId
The ID of the Amazon VPC that is associated with the query logging configuration.
-