Show / Hide Table of Contents

Class CfnApplication.ApplicationConfigProperty

Inheritance
object
CfnApplication.ApplicationConfigProperty
Implements
CfnApplication.IApplicationConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-applicationconfig.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.AWS.AppIntegrations;

             var applicationConfigProperty = new ApplicationConfigProperty {
                 ContactHandling = new ContactHandlingProperty {
                     Scope = "scope"
                 }
             };

Synopsis

Constructors

ApplicationConfigProperty()

Properties

ContactHandling

Constructors

ApplicationConfigProperty()

public ApplicationConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-applicationconfig.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.AWS.AppIntegrations;

             var applicationConfigProperty = new ApplicationConfigProperty {
                 ContactHandling = new ContactHandlingProperty {
                     Scope = "scope"
                 }
             };

Properties

ContactHandling

public object? ContactHandling { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-applicationconfig.html#cfn-appintegrations-application-applicationconfig-contacthandling

Implements

CfnApplication.IApplicationConfigProperty
Back to top Generated by DocFX