interface HttpConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaTailor.CfnSourceLocationPropsMixin.HttpConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmediatailor#CfnSourceLocationPropsMixin_HttpConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.mediatailor.CfnSourceLocationPropsMixin.HttpConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_mediatailor.CfnSourceLocationPropsMixin.HttpConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_mediatailor » CfnSourceLocationPropsMixin » 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/cfn-property-mixins';
const httpConfigurationProperty: mediatailor.CfnSourceLocationPropsMixin.HttpConfigurationProperty = {
baseUrl: 'baseUrl',
};
Properties
| Name | Type | Description |
|---|---|---|
| base | string | The base URL for the source location host server. |
baseUrl?
Type:
string
(optional)
The base URL for the source location host server.
This string must include the protocol, such as https:// .

.NET
Go
Java
Python
TypeScript