Show / Hide Table of Contents

Class AWSAPICallViaCloudTrail.NetworkConfiguration

(experimental) Type definition for NetworkConfiguration.

Inheritance
object
AWSAPICallViaCloudTrail.NetworkConfiguration
Implements
AWSAPICallViaCloudTrail.INetworkConfiguration
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.ECS.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class AWSAPICallViaCloudTrail.NetworkConfiguration : AWSAPICallViaCloudTrail.INetworkConfiguration
Syntax (vb)
Public Class AWSAPICallViaCloudTrail.NetworkConfiguration Implements AWSAPICallViaCloudTrail.INetworkConfiguration
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.ECS.Events;

             var networkConfiguration = new NetworkConfiguration {
                 AwsvpcConfiguration = new AwsvpcConfiguration {
                     AssignPublicIp = new [] { "assignPublicIp" },
                     Subnets = new [] { "subnets" }
                 }
             };

Synopsis

Constructors

NetworkConfiguration()

(experimental) Type definition for NetworkConfiguration.

Properties

AwsvpcConfiguration

(experimental) awsvpcConfiguration property.

Constructors

NetworkConfiguration()

(experimental) Type definition for NetworkConfiguration.

public NetworkConfiguration()
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.ECS.Events;

             var networkConfiguration = new NetworkConfiguration {
                 AwsvpcConfiguration = new AwsvpcConfiguration {
                     AssignPublicIp = new [] { "assignPublicIp" },
                     Subnets = new [] { "subnets" }
                 }
             };

Properties

AwsvpcConfiguration

(experimental) awsvpcConfiguration property.

public AWSAPICallViaCloudTrail.IAwsvpcConfiguration? AwsvpcConfiguration { get; set; }
Property Value

AWSAPICallViaCloudTrail.IAwsvpcConfiguration

Remarks

Specify an array of string values to match this event if the actual value of awsvpcConfiguration 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

AWSAPICallViaCloudTrail.INetworkConfiguration
Back to top Generated by DocFX