Show / Hide Table of Contents

Class FirewallDomainListEvents.DNSFirewallBlock.DnsFirewallBlockItem

(experimental) Type definition for DNSFirewallBlockItem.

Inheritance
object
FirewallDomainListEvents.DNSFirewallBlock.DnsFirewallBlockItem
Implements
FirewallDomainListEvents.DNSFirewallBlock.IDnsFirewallBlockItem
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.Route53Resolver.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class FirewallDomainListEvents.DNSFirewallBlock.DnsFirewallBlockItem : FirewallDomainListEvents.DNSFirewallBlock.IDnsFirewallBlockItem
Syntax (vb)
Public Class FirewallDomainListEvents.DNSFirewallBlock.DnsFirewallBlockItem Implements FirewallDomainListEvents.DNSFirewallBlock.IDnsFirewallBlockItem
Remarks

Stability: Experimental

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.Mixins.Preview.AWS.Route53Resolver.Events;

             var dnsFirewallBlockItem = new DnsFirewallBlockItem {
                 ResolverEndpointDetails = new ResolverEndpointDetails {
                     Id = new [] { "id" }
                 },
                 ResolverNetworkInterfaceDetails = new ResolverNetworkInterfaceDetails {
                     Id = new [] { "id" }
                 },
                 ResourceType = new [] { "resourceType" }
             };

Synopsis

Constructors

DnsFirewallBlockItem()

(experimental) Type definition for DNSFirewallBlockItem.

Properties

ResolverEndpointDetails

(experimental) resolver-endpoint-details property.

ResolverNetworkInterfaceDetails

(experimental) resolver-network-interface-details property.

ResourceType

(experimental) resource-type property.

Constructors

DnsFirewallBlockItem()

(experimental) Type definition for DNSFirewallBlockItem.

public DnsFirewallBlockItem()
Remarks

Stability: Experimental

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.Mixins.Preview.AWS.Route53Resolver.Events;

             var dnsFirewallBlockItem = new DnsFirewallBlockItem {
                 ResolverEndpointDetails = new ResolverEndpointDetails {
                     Id = new [] { "id" }
                 },
                 ResolverNetworkInterfaceDetails = new ResolverNetworkInterfaceDetails {
                     Id = new [] { "id" }
                 },
                 ResourceType = new [] { "resourceType" }
             };

Properties

ResolverEndpointDetails

(experimental) resolver-endpoint-details property.

public FirewallDomainListEvents.DNSFirewallBlock.IResolverEndpointDetails? ResolverEndpointDetails { get; set; }
Property Value

FirewallDomainListEvents.DNSFirewallBlock.IResolverEndpointDetails

Remarks

Specify an array of string values to match this event if the actual value of resolver-endpoint-details is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

ResolverNetworkInterfaceDetails

(experimental) resolver-network-interface-details property.

public FirewallDomainListEvents.DNSFirewallBlock.IResolverNetworkInterfaceDetails? ResolverNetworkInterfaceDetails { get; set; }
Property Value

FirewallDomainListEvents.DNSFirewallBlock.IResolverNetworkInterfaceDetails

Remarks

Specify an array of string values to match this event if the actual value of resolver-network-interface-details is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

ResourceType

(experimental) resource-type property.

public string[]? ResourceType { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of resource-type is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

Implements

FirewallDomainListEvents.DNSFirewallBlock.IDnsFirewallBlockItem
Back to top Generated by DocFX