interface ContentRedirectionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AppStream.CfnStackPropsMixin.ContentRedirectionProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsappstream#CfnStackPropsMixin_ContentRedirectionProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.appstream.CfnStackPropsMixin.ContentRedirectionProperty |
Python | aws_cdk.cfn_property_mixins.aws_appstream.CfnStackPropsMixin.ContentRedirectionProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_appstream » CfnStackPropsMixin » ContentRedirectionProperty |
The content redirection settings for the stack.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appstream as appstream } from '@aws-cdk/cfn-property-mixins';
const contentRedirectionProperty: appstream.CfnStackPropsMixin.ContentRedirectionProperty = {
hostToClient: {
allowedUrls: ['allowedUrls'],
deniedUrls: ['deniedUrls'],
enabled: false,
},
};
Properties
| Name | Type | Description |
|---|---|---|
| host | IResolvable | Url | The configuration for URL redirection. |
hostToClient?
Type:
IResolvable | Url
(optional)
The configuration for URL redirection.

.NET
Go
Java
Python
TypeScript