StreamingEndpointArgs

constructor(accessControl: Output<StreamingEndpointAccessControlArgs>? = null, autoStartEnabled: Output<Boolean>? = null, cdnEnabled: Output<Boolean>? = null, cdnProfile: Output<String>? = null, cdnProvider: Output<String>? = null, crossSiteAccessPolicy: Output<StreamingEndpointCrossSiteAccessPolicyArgs>? = null, customHostNames: Output<List<String>>? = null, description: Output<String>? = null, location: Output<String>? = null, maxCacheAgeSeconds: Output<Int>? = null, mediaServicesAccountName: Output<String>? = null, name: Output<String>? = null, resourceGroupName: Output<String>? = null, scaleUnits: Output<Int>? = null, tags: Output<Map<String, String>>? = null)