Class CfnEndpointPropsMixin.S3MonitoringConfigurationProperty
Inherited Members
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
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
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; }