Class CfnApplication.ApplicationConfigProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.AppIntegrations
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnApplication.ApplicationConfigProperty : CfnApplication.IApplicationConfigProperty
Syntax (vb)
Public Class CfnApplication.ApplicationConfigProperty Implements CfnApplication.IApplicationConfigProperty
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.AWS.AppIntegrations;
var applicationConfigProperty = new ApplicationConfigProperty {
ContactHandling = new ContactHandlingProperty {
Scope = "scope"
}
};
Synopsis
Constructors
ApplicationConfigProperty() |
Properties
ContactHandling |
Constructors
ApplicationConfigProperty()
public ApplicationConfigProperty()
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.AWS.AppIntegrations;
var applicationConfigProperty = new ApplicationConfigProperty {
ContactHandling = new ContactHandlingProperty {
Scope = "scope"
}
};
Properties
ContactHandling
public object? ContactHandling { get; set; }