Represents a Fleet Hub for AWS IoT Device Management web application.
import { CfnApplication } from 'aws-cdk-lib/aws-iotfleethub';Or use the module namespace:
import * as iotfleethub from 'aws-cdk-lib/aws-iotfleethub';
// iotfleethub.CfnApplicationConfiguration passed to the constructor as CfnApplicationProps.
applicationNameRequiredstringThe name of the web application.
roleArnRequiredstringThe ARN of the role that the web application assumes when it interacts with AWS IoT Core . > The name of the role must be in the form `FleetHub_random_string` . Pattern: `^arn:[!-~]+$`
applicationDescriptionOptionalstringAn optional description of the web application.
tagsOptionalCfnTag[]A set of key/value pairs that you can use to manage the web application resource.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-iotfleethub