Class CfnServicePropsMixin.IngressConfigurationProperty
Network configuration settings for inbound network traffic.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.AppRunner.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnServicePropsMixin.IngressConfigurationProperty : CfnServicePropsMixin.IIngressConfigurationProperty
Syntax (vb)
Public Class CfnServicePropsMixin.IngressConfigurationProperty Implements CfnServicePropsMixin.IIngressConfigurationProperty
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.Mixins.Preview.AWS.AppRunner.Mixins;
var ingressConfigurationProperty = new IngressConfigurationProperty {
IsPubliclyAccessible = false
};
Synopsis
Constructors
| IngressConfigurationProperty() | Network configuration settings for inbound network traffic. |
Properties
| IsPubliclyAccessible | Specifies whether your App Runner service is publicly accessible. |
Constructors
IngressConfigurationProperty()
Network configuration settings for inbound network traffic.
public IngressConfigurationProperty()
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.Mixins.Preview.AWS.AppRunner.Mixins;
var ingressConfigurationProperty = new IngressConfigurationProperty {
IsPubliclyAccessible = false
};
Properties
IsPubliclyAccessible
Specifies whether your App Runner service is publicly accessible.
public object? IsPubliclyAccessible { get; set; }
Property Value
Remarks
To make the service publicly accessible set it to True . To make the service privately accessible, from only within an Amazon VPC set it to False .
Type union: either bool or IResolvable