ServiceNetworkConfigurationIngressConfiguration constructor
const
ServiceNetworkConfigurationIngressConfiguration({
- Input<
bool?> ? isPubliclyAccessible,
Creates a new ServiceNetworkConfigurationIngressConfiguration.
isPubliclyAccessible Whether your App Runner service is publicly accessible. 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.
Implementation
const ServiceNetworkConfigurationIngressConfiguration({
this.isPubliclyAccessible,
});