AWS Fundamentals Logo
AWS Fundamentals
L1 Construct

CfnApplication

Represents a Fleet Hub for AWS IoT Device Management web application.

Import

import { CfnApplication } from 'aws-cdk-lib/aws-iotfleethub';

Or use the module namespace:

import * as iotfleethub from 'aws-cdk-lib/aws-iotfleethub';
// iotfleethub.CfnApplication

Properties

Configuration passed to the constructor as CfnApplicationProps.

applicationNameRequired
string

The name of the web application.

roleArnRequired
string

The 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:[!-~]+$`

applicationDescriptionOptional
string

An optional description of the web application.

tagsOptional
CfnTag[]

A set of key/value pairs that you can use to manage the web application resource.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-iotfleethub
Properties4

External Links