interface HttpConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaTailor.CfnSourceLocation.HttpConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmediatailor#CfnSourceLocation_HttpConfigurationProperty |
Java | software.amazon.awscdk.services.mediatailor.CfnSourceLocation.HttpConfigurationProperty |
Python | aws_cdk.aws_mediatailor.CfnSourceLocation.HttpConfigurationProperty |
TypeScript | aws-cdk-lib » aws_mediatailor » CfnSourceLocation » HttpConfigurationProperty |
The HTTP configuration for the source location.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediatailor as mediatailor } from 'aws-cdk-lib';
const httpConfigurationProperty: mediatailor.CfnSourceLocation.HttpConfigurationProperty = {
baseUrl: 'baseUrl',
};
Properties
Name | Type | Description |
---|---|---|
base | string | The base URL for the source location host server. |
baseUrl
Type:
string
The base URL for the source location host server.
This string must include the protocol, such as https:// .