We recommend new projects start with resources from the AWS provider.
aws-native.qbusiness.WebExperience
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of AWS::QBusiness::WebExperience Resource Type
Create WebExperience Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WebExperience(name: string, args: WebExperienceArgs, opts?: CustomResourceOptions);@overload
def WebExperience(resource_name: str,
                  args: WebExperienceArgs,
                  opts: Optional[ResourceOptions] = None)
@overload
def WebExperience(resource_name: str,
                  opts: Optional[ResourceOptions] = None,
                  application_id: Optional[str] = None,
                  browser_extension_configuration: Optional[WebExperienceBrowserExtensionConfigurationArgs] = None,
                  customization_configuration: Optional[WebExperienceCustomizationConfigurationArgs] = None,
                  identity_provider_configuration: Optional[Union[WebExperienceIdentityProviderConfiguration0PropertiesArgs, WebExperienceIdentityProviderConfiguration1PropertiesArgs]] = None,
                  origins: Optional[Sequence[str]] = None,
                  role_arn: Optional[str] = None,
                  sample_prompts_control_mode: Optional[WebExperienceSamplePromptsControlMode] = None,
                  subtitle: Optional[str] = None,
                  tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                  title: Optional[str] = None,
                  welcome_message: Optional[str] = None)func NewWebExperience(ctx *Context, name string, args WebExperienceArgs, opts ...ResourceOption) (*WebExperience, error)public WebExperience(string name, WebExperienceArgs args, CustomResourceOptions? opts = null)
public WebExperience(String name, WebExperienceArgs args)
public WebExperience(String name, WebExperienceArgs args, CustomResourceOptions options)
type: aws-native:qbusiness:WebExperience
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args WebExperienceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args WebExperienceArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args WebExperienceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WebExperienceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WebExperienceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
WebExperience Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The WebExperience resource accepts the following input properties:
- ApplicationId string
- The identifier of the Amazon Q Business web experience.
- BrowserExtension Pulumi.Configuration Aws Native. QBusiness. Inputs. Web Experience Browser Extension Configuration 
- The container for browser extension configuration for an Amazon Q Business web experience.
- CustomizationConfiguration Pulumi.Aws Native. QBusiness. Inputs. Web Experience Customization Configuration 
- Contains the configuration information to customize the logo, font, and color of an Amazon Q Business web experience with individual files for each property or a CSS file for them all.
- IdentityProvider Pulumi.Configuration Aws | Pulumi.Native. QBusiness. Inputs. Web Experience Identity Provider Configuration0Properties Aws Native. QBusiness. Inputs. Web Experience Identity Provider Configuration1Properties 
- Provides information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
- Origins List<string>
- Sets the website domain origins that are allowed to embed the Amazon Q Business web experience. The domain origin refers to the base URL for accessing a website including the protocol ( - http/https), the domain name, and the port number (if specified).- You must only submit a base URL and not a full path. For example, - https://docs.aws.amazon.com.
- RoleArn string
- The Amazon Resource Name (ARN) of the service role attached to your web experience. - You must provide this value if you're using IAM Identity Center to manage end user access to your application. If you're using legacy identity management to manage user access, you don't need to provide this value. 
- SamplePrompts Pulumi.Control Mode Aws Native. QBusiness. Web Experience Sample Prompts Control Mode 
- Determines whether sample prompts are enabled in the web experience for an end user.
- Subtitle string
- A subtitle to personalize your Amazon Q Business web experience.
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- A list of key-value pairs that identify or categorize your Amazon Q Business web experience. You can also use tags to help control access to the web experience. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
- Title string
- The title for your Amazon Q Business web experience.
- WelcomeMessage string
- A message in an Amazon Q Business web experience.
- ApplicationId string
- The identifier of the Amazon Q Business web experience.
- BrowserExtension WebConfiguration Experience Browser Extension Configuration Args 
- The container for browser extension configuration for an Amazon Q Business web experience.
- CustomizationConfiguration WebExperience Customization Configuration Args 
- Contains the configuration information to customize the logo, font, and color of an Amazon Q Business web experience with individual files for each property or a CSS file for them all.
- IdentityProvider WebConfiguration Experience | WebIdentity Provider Configuration0Properties Args Experience Identity Provider Configuration1Properties Args 
- Provides information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
- Origins []string
- Sets the website domain origins that are allowed to embed the Amazon Q Business web experience. The domain origin refers to the base URL for accessing a website including the protocol ( - http/https), the domain name, and the port number (if specified).- You must only submit a base URL and not a full path. For example, - https://docs.aws.amazon.com.
- RoleArn string
- The Amazon Resource Name (ARN) of the service role attached to your web experience. - You must provide this value if you're using IAM Identity Center to manage end user access to your application. If you're using legacy identity management to manage user access, you don't need to provide this value. 
- SamplePrompts WebControl Mode Experience Sample Prompts Control Mode 
- Determines whether sample prompts are enabled in the web experience for an end user.
- Subtitle string
- A subtitle to personalize your Amazon Q Business web experience.
- 
TagArgs 
- A list of key-value pairs that identify or categorize your Amazon Q Business web experience. You can also use tags to help control access to the web experience. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
- Title string
- The title for your Amazon Q Business web experience.
- WelcomeMessage string
- A message in an Amazon Q Business web experience.
- applicationId String
- The identifier of the Amazon Q Business web experience.
- browserExtension WebConfiguration Experience Browser Extension Configuration 
- The container for browser extension configuration for an Amazon Q Business web experience.
- customizationConfiguration WebExperience Customization Configuration 
- Contains the configuration information to customize the logo, font, and color of an Amazon Q Business web experience with individual files for each property or a CSS file for them all.
- identityProvider WebConfiguration Experience | WebIdentity Provider Configuration0Properties Experience Identity Provider Configuration1Properties 
- Provides information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
- origins List<String>
- Sets the website domain origins that are allowed to embed the Amazon Q Business web experience. The domain origin refers to the base URL for accessing a website including the protocol ( - http/https), the domain name, and the port number (if specified).- You must only submit a base URL and not a full path. For example, - https://docs.aws.amazon.com.
- roleArn String
- The Amazon Resource Name (ARN) of the service role attached to your web experience. - You must provide this value if you're using IAM Identity Center to manage end user access to your application. If you're using legacy identity management to manage user access, you don't need to provide this value. 
- samplePrompts WebControl Mode Experience Sample Prompts Control Mode 
- Determines whether sample prompts are enabled in the web experience for an end user.
- subtitle String
- A subtitle to personalize your Amazon Q Business web experience.
- List<Tag>
- A list of key-value pairs that identify or categorize your Amazon Q Business web experience. You can also use tags to help control access to the web experience. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
- title String
- The title for your Amazon Q Business web experience.
- welcomeMessage String
- A message in an Amazon Q Business web experience.
- applicationId string
- The identifier of the Amazon Q Business web experience.
- browserExtension WebConfiguration Experience Browser Extension Configuration 
- The container for browser extension configuration for an Amazon Q Business web experience.
- customizationConfiguration WebExperience Customization Configuration 
- Contains the configuration information to customize the logo, font, and color of an Amazon Q Business web experience with individual files for each property or a CSS file for them all.
- identityProvider WebConfiguration Experience | WebIdentity Provider Configuration0Properties Experience Identity Provider Configuration1Properties 
- Provides information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
- origins string[]
- Sets the website domain origins that are allowed to embed the Amazon Q Business web experience. The domain origin refers to the base URL for accessing a website including the protocol ( - http/https), the domain name, and the port number (if specified).- You must only submit a base URL and not a full path. For example, - https://docs.aws.amazon.com.
- roleArn string
- The Amazon Resource Name (ARN) of the service role attached to your web experience. - You must provide this value if you're using IAM Identity Center to manage end user access to your application. If you're using legacy identity management to manage user access, you don't need to provide this value. 
- samplePrompts WebControl Mode Experience Sample Prompts Control Mode 
- Determines whether sample prompts are enabled in the web experience for an end user.
- subtitle string
- A subtitle to personalize your Amazon Q Business web experience.
- Tag[]
- A list of key-value pairs that identify or categorize your Amazon Q Business web experience. You can also use tags to help control access to the web experience. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
- title string
- The title for your Amazon Q Business web experience.
- welcomeMessage string
- A message in an Amazon Q Business web experience.
- application_id str
- The identifier of the Amazon Q Business web experience.
- browser_extension_ Webconfiguration Experience Browser Extension Configuration Args 
- The container for browser extension configuration for an Amazon Q Business web experience.
- customization_configuration WebExperience Customization Configuration Args 
- Contains the configuration information to customize the logo, font, and color of an Amazon Q Business web experience with individual files for each property or a CSS file for them all.
- identity_provider_ Webconfiguration Experience | WebIdentity Provider Configuration0Properties Args Experience Identity Provider Configuration1Properties Args 
- Provides information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
- origins Sequence[str]
- Sets the website domain origins that are allowed to embed the Amazon Q Business web experience. The domain origin refers to the base URL for accessing a website including the protocol ( - http/https), the domain name, and the port number (if specified).- You must only submit a base URL and not a full path. For example, - https://docs.aws.amazon.com.
- role_arn str
- The Amazon Resource Name (ARN) of the service role attached to your web experience. - You must provide this value if you're using IAM Identity Center to manage end user access to your application. If you're using legacy identity management to manage user access, you don't need to provide this value. 
- sample_prompts_ Webcontrol_ mode Experience Sample Prompts Control Mode 
- Determines whether sample prompts are enabled in the web experience for an end user.
- subtitle str
- A subtitle to personalize your Amazon Q Business web experience.
- 
Sequence[TagArgs] 
- A list of key-value pairs that identify or categorize your Amazon Q Business web experience. You can also use tags to help control access to the web experience. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
- title str
- The title for your Amazon Q Business web experience.
- welcome_message str
- A message in an Amazon Q Business web experience.
- applicationId String
- The identifier of the Amazon Q Business web experience.
- browserExtension Property MapConfiguration 
- The container for browser extension configuration for an Amazon Q Business web experience.
- customizationConfiguration Property Map
- Contains the configuration information to customize the logo, font, and color of an Amazon Q Business web experience with individual files for each property or a CSS file for them all.
- identityProvider Property Map | Property MapConfiguration 
- Provides information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
- origins List<String>
- Sets the website domain origins that are allowed to embed the Amazon Q Business web experience. The domain origin refers to the base URL for accessing a website including the protocol ( - http/https), the domain name, and the port number (if specified).- You must only submit a base URL and not a full path. For example, - https://docs.aws.amazon.com.
- roleArn String
- The Amazon Resource Name (ARN) of the service role attached to your web experience. - You must provide this value if you're using IAM Identity Center to manage end user access to your application. If you're using legacy identity management to manage user access, you don't need to provide this value. 
- samplePrompts "ENABLED" | "DISABLED"Control Mode 
- Determines whether sample prompts are enabled in the web experience for an end user.
- subtitle String
- A subtitle to personalize your Amazon Q Business web experience.
- List<Property Map>
- A list of key-value pairs that identify or categorize your Amazon Q Business web experience. You can also use tags to help control access to the web experience. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
- title String
- The title for your Amazon Q Business web experience.
- welcomeMessage String
- A message in an Amazon Q Business web experience.
Outputs
All input properties are implicitly available as output properties. Additionally, the WebExperience resource produces the following output properties:
- CreatedAt string
- The Unix timestamp when the Amazon Q Business application was last updated.
- DefaultEndpoint string
- The endpoint URLs for your Amazon Q Business web experience. The URLs are unique and fully hosted by AWS .
- Id string
- The provider-assigned unique ID for this managed resource.
- Status
Pulumi.Aws Native. QBusiness. Web Experience Status 
- The status of your Amazon Q Business web experience.
- UpdatedAt string
- The Unix timestamp when your Amazon Q Business web experience was updated.
- WebExperience stringArn 
- The Amazon Resource Name (ARN) of an Amazon Q Business web experience.
- WebExperience stringId 
- The identifier of your Amazon Q Business web experience.
- CreatedAt string
- The Unix timestamp when the Amazon Q Business application was last updated.
- DefaultEndpoint string
- The endpoint URLs for your Amazon Q Business web experience. The URLs are unique and fully hosted by AWS .
- Id string
- The provider-assigned unique ID for this managed resource.
- Status
WebExperience Status 
- The status of your Amazon Q Business web experience.
- UpdatedAt string
- The Unix timestamp when your Amazon Q Business web experience was updated.
- WebExperience stringArn 
- The Amazon Resource Name (ARN) of an Amazon Q Business web experience.
- WebExperience stringId 
- The identifier of your Amazon Q Business web experience.
- createdAt String
- The Unix timestamp when the Amazon Q Business application was last updated.
- defaultEndpoint String
- The endpoint URLs for your Amazon Q Business web experience. The URLs are unique and fully hosted by AWS .
- id String
- The provider-assigned unique ID for this managed resource.
- status
WebExperience Status 
- The status of your Amazon Q Business web experience.
- updatedAt String
- The Unix timestamp when your Amazon Q Business web experience was updated.
- webExperience StringArn 
- The Amazon Resource Name (ARN) of an Amazon Q Business web experience.
- webExperience StringId 
- The identifier of your Amazon Q Business web experience.
- createdAt string
- The Unix timestamp when the Amazon Q Business application was last updated.
- defaultEndpoint string
- The endpoint URLs for your Amazon Q Business web experience. The URLs are unique and fully hosted by AWS .
- id string
- The provider-assigned unique ID for this managed resource.
- status
WebExperience Status 
- The status of your Amazon Q Business web experience.
- updatedAt string
- The Unix timestamp when your Amazon Q Business web experience was updated.
- webExperience stringArn 
- The Amazon Resource Name (ARN) of an Amazon Q Business web experience.
- webExperience stringId 
- The identifier of your Amazon Q Business web experience.
- created_at str
- The Unix timestamp when the Amazon Q Business application was last updated.
- default_endpoint str
- The endpoint URLs for your Amazon Q Business web experience. The URLs are unique and fully hosted by AWS .
- id str
- The provider-assigned unique ID for this managed resource.
- status
WebExperience Status 
- The status of your Amazon Q Business web experience.
- updated_at str
- The Unix timestamp when your Amazon Q Business web experience was updated.
- web_experience_ strarn 
- The Amazon Resource Name (ARN) of an Amazon Q Business web experience.
- web_experience_ strid 
- The identifier of your Amazon Q Business web experience.
- createdAt String
- The Unix timestamp when the Amazon Q Business application was last updated.
- defaultEndpoint String
- The endpoint URLs for your Amazon Q Business web experience. The URLs are unique and fully hosted by AWS .
- id String
- The provider-assigned unique ID for this managed resource.
- status "CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "PENDING_AUTH_CONFIG"
- The status of your Amazon Q Business web experience.
- updatedAt String
- The Unix timestamp when your Amazon Q Business web experience was updated.
- webExperience StringArn 
- The Amazon Resource Name (ARN) of an Amazon Q Business web experience.
- webExperience StringId 
- The identifier of your Amazon Q Business web experience.
Supporting Types
Tag, TagArgs  
WebExperienceBrowserExtension, WebExperienceBrowserExtensionArgs        
- Firefox
- FIREFOX
- Chrome
- CHROME
- WebExperience Browser Extension Firefox 
- FIREFOX
- WebExperience Browser Extension Chrome 
- CHROME
- Firefox
- FIREFOX
- Chrome
- CHROME
- Firefox
- FIREFOX
- Chrome
- CHROME
- FIREFOX
- FIREFOX
- CHROME
- CHROME
- "FIREFOX"
- FIREFOX
- "CHROME"
- CHROME
WebExperienceBrowserExtensionConfiguration, WebExperienceBrowserExtensionConfigurationArgs          
- EnabledBrowser List<Pulumi.Extensions Aws Native. QBusiness. Web Experience Browser Extension> 
- Specify the browser extensions allowed for your Amazon Q web experience.- CHROME— Enables the extension for Chromium-based browsers (Google Chrome, Microsoft Edge, Opera, etc.).
- FIREFOX— Enables the extension for Mozilla Firefox.
- CHROMEand- FIREFOX— Enable the extension for Chromium-based browsers and Mozilla Firefox.
 
- EnabledBrowser []WebExtensions Experience Browser Extension 
- Specify the browser extensions allowed for your Amazon Q web experience.- CHROME— Enables the extension for Chromium-based browsers (Google Chrome, Microsoft Edge, Opera, etc.).
- FIREFOX— Enables the extension for Mozilla Firefox.
- CHROMEand- FIREFOX— Enable the extension for Chromium-based browsers and Mozilla Firefox.
 
- enabledBrowser List<WebExtensions Experience Browser Extension> 
- Specify the browser extensions allowed for your Amazon Q web experience.- CHROME— Enables the extension for Chromium-based browsers (Google Chrome, Microsoft Edge, Opera, etc.).
- FIREFOX— Enables the extension for Mozilla Firefox.
- CHROMEand- FIREFOX— Enable the extension for Chromium-based browsers and Mozilla Firefox.
 
- enabledBrowser WebExtensions Experience Browser Extension[] 
- Specify the browser extensions allowed for your Amazon Q web experience.- CHROME— Enables the extension for Chromium-based browsers (Google Chrome, Microsoft Edge, Opera, etc.).
- FIREFOX— Enables the extension for Mozilla Firefox.
- CHROMEand- FIREFOX— Enable the extension for Chromium-based browsers and Mozilla Firefox.
 
- enabled_browser_ Sequence[Webextensions Experience Browser Extension] 
- Specify the browser extensions allowed for your Amazon Q web experience.- CHROME— Enables the extension for Chromium-based browsers (Google Chrome, Microsoft Edge, Opera, etc.).
- FIREFOX— Enables the extension for Mozilla Firefox.
- CHROMEand- FIREFOX— Enable the extension for Chromium-based browsers and Mozilla Firefox.
 
- enabledBrowser List<"FIREFOX" | "CHROME">Extensions 
- Specify the browser extensions allowed for your Amazon Q web experience.- CHROME— Enables the extension for Chromium-based browsers (Google Chrome, Microsoft Edge, Opera, etc.).
- FIREFOX— Enables the extension for Mozilla Firefox.
- CHROMEand- FIREFOX— Enable the extension for Chromium-based browsers and Mozilla Firefox.
 
WebExperienceCustomizationConfiguration, WebExperienceCustomizationConfigurationArgs        
- CustomCss stringUrl 
- Provides the URL where the custom CSS file is hosted for an Amazon Q web experience.
- FaviconUrl string
- Provides the URL where the custom favicon file is hosted for an Amazon Q web experience.
- FontUrl string
- Provides the URL where the custom font file is hosted for an Amazon Q web experience.
- LogoUrl string
- Provides the URL where the custom logo file is hosted for an Amazon Q web experience.
- CustomCss stringUrl 
- Provides the URL where the custom CSS file is hosted for an Amazon Q web experience.
- FaviconUrl string
- Provides the URL where the custom favicon file is hosted for an Amazon Q web experience.
- FontUrl string
- Provides the URL where the custom font file is hosted for an Amazon Q web experience.
- LogoUrl string
- Provides the URL where the custom logo file is hosted for an Amazon Q web experience.
- customCss StringUrl 
- Provides the URL where the custom CSS file is hosted for an Amazon Q web experience.
- faviconUrl String
- Provides the URL where the custom favicon file is hosted for an Amazon Q web experience.
- fontUrl String
- Provides the URL where the custom font file is hosted for an Amazon Q web experience.
- logoUrl String
- Provides the URL where the custom logo file is hosted for an Amazon Q web experience.
- customCss stringUrl 
- Provides the URL where the custom CSS file is hosted for an Amazon Q web experience.
- faviconUrl string
- Provides the URL where the custom favicon file is hosted for an Amazon Q web experience.
- fontUrl string
- Provides the URL where the custom font file is hosted for an Amazon Q web experience.
- logoUrl string
- Provides the URL where the custom logo file is hosted for an Amazon Q web experience.
- custom_css_ strurl 
- Provides the URL where the custom CSS file is hosted for an Amazon Q web experience.
- favicon_url str
- Provides the URL where the custom favicon file is hosted for an Amazon Q web experience.
- font_url str
- Provides the URL where the custom font file is hosted for an Amazon Q web experience.
- logo_url str
- Provides the URL where the custom logo file is hosted for an Amazon Q web experience.
- customCss StringUrl 
- Provides the URL where the custom CSS file is hosted for an Amazon Q web experience.
- faviconUrl String
- Provides the URL where the custom favicon file is hosted for an Amazon Q web experience.
- fontUrl String
- Provides the URL where the custom font file is hosted for an Amazon Q web experience.
- logoUrl String
- Provides the URL where the custom logo file is hosted for an Amazon Q web experience.
WebExperienceIdentityProviderConfiguration0Properties, WebExperienceIdentityProviderConfiguration0PropertiesArgs          
WebExperienceIdentityProviderConfiguration1Properties, WebExperienceIdentityProviderConfiguration1PropertiesArgs          
WebExperienceOpenIdConnectProviderConfiguration, WebExperienceOpenIdConnectProviderConfigurationArgs              
- SecretsArn string
- SecretsRole string
- SecretsArn string
- SecretsRole string
- secretsArn String
- secretsRole String
- secretsArn string
- secretsRole string
- secrets_arn str
- secrets_role str
- secretsArn String
- secretsRole String
WebExperienceSamlProviderConfiguration, WebExperienceSamlProviderConfigurationArgs          
- AuthenticationUrl string
- AuthenticationUrl string
- authenticationUrl String
- authenticationUrl string
- authenticationUrl String
WebExperienceSamplePromptsControlMode, WebExperienceSamplePromptsControlModeArgs            
- Enabled
- ENABLED
- Disabled
- DISABLED
- WebExperience Sample Prompts Control Mode Enabled 
- ENABLED
- WebExperience Sample Prompts Control Mode Disabled 
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- ENABLED
- ENABLED
- DISABLED
- DISABLED
- "ENABLED"
- ENABLED
- "DISABLED"
- DISABLED
WebExperienceStatus, WebExperienceStatusArgs      
- Creating
- CREATING
- Active
- ACTIVE
- Deleting
- DELETING
- Failed
- FAILED
- PendingAuth Config 
- PENDING_AUTH_CONFIG
- WebExperience Status Creating 
- CREATING
- WebExperience Status Active 
- ACTIVE
- WebExperience Status Deleting 
- DELETING
- WebExperience Status Failed 
- FAILED
- WebExperience Status Pending Auth Config 
- PENDING_AUTH_CONFIG
- Creating
- CREATING
- Active
- ACTIVE
- Deleting
- DELETING
- Failed
- FAILED
- PendingAuth Config 
- PENDING_AUTH_CONFIG
- Creating
- CREATING
- Active
- ACTIVE
- Deleting
- DELETING
- Failed
- FAILED
- PendingAuth Config 
- PENDING_AUTH_CONFIG
- CREATING
- CREATING
- ACTIVE
- ACTIVE
- DELETING
- DELETING
- FAILED
- FAILED
- PENDING_AUTH_CONFIG
- PENDING_AUTH_CONFIG
- "CREATING"
- CREATING
- "ACTIVE"
- ACTIVE
- "DELETING"
- DELETING
- "FAILED"
- FAILED
- "PENDING_AUTH_CONFIG"
- PENDING_AUTH_CONFIG
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.