Show / Hide Table of Contents

Class CfnEndpointPropsMixin.S3MonitoringConfigurationProperty

Inheritance
object
CfnEndpointPropsMixin.S3MonitoringConfigurationProperty
Implements
CfnEndpointPropsMixin.IS3MonitoringConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EMRContainers
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnEndpointPropsMixin.S3MonitoringConfigurationProperty : CfnEndpointPropsMixin.IS3MonitoringConfigurationProperty
Syntax (vb)
Public Class CfnEndpointPropsMixin.S3MonitoringConfigurationProperty Implements CfnEndpointPropsMixin.IS3MonitoringConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-s3monitoringconfiguration.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.CfnPropertyMixins.AWS.EMRContainers;

             var s3MonitoringConfigurationProperty = new S3MonitoringConfigurationProperty {
                 LogUri = "logUri"
             };

Synopsis

Constructors

S3MonitoringConfigurationProperty()

Properties

LogUri

Constructors

S3MonitoringConfigurationProperty()

public S3MonitoringConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-s3monitoringconfiguration.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.CfnPropertyMixins.AWS.EMRContainers;

             var s3MonitoringConfigurationProperty = new S3MonitoringConfigurationProperty {
                 LogUri = "logUri"
             };

Properties

LogUri

public string? LogUri { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-s3monitoringconfiguration.html#cfn-emrcontainers-endpoint-s3monitoringconfiguration-loguri

Implements

CfnEndpointPropsMixin.IS3MonitoringConfigurationProperty
Back to top Generated by DocFX