Class ThemeArgs


  • public final class ThemeArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ThemeArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ThemeArgs Empty  
    • Field Detail

    • Method Detail

      • awsAccountId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> awsAccountId()
        Returns:
        AWS account ID.
      • baseThemeId

        public com.pulumi.core.Output<java.lang.String> baseThemeId()
        Returns:
        The ID of the theme that a custom theme will inherit from. All themes inherit from one of the starting themes defined by Amazon QuickSight. For a list of the starting themes, use ListThemes or choose Themes from within an analysis.
      • configuration

        public java.util.Optional<com.pulumi.core.Output<ThemeConfigurationArgs>> configuration()
        Returns:
        The theme configuration, which contains the theme display properties. See configuration. The following arguments are optional:
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        Display name of the theme.
      • permissions

        public java.util.Optional<com.pulumi.core.Output<java.util.List<ThemePermissionArgs>>> permissions()
        Returns:
        A set of resource permissions on the theme. Maximum of 64 items. See permissions.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • themeId

        public com.pulumi.core.Output<java.lang.String> themeId()
        Returns:
        Identifier of the theme.
      • versionDescription

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> versionDescription()
        Returns:
        A description of the current theme version being created/updated.