Class AssessmentState


  • public final class AssessmentState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        Amazon Resource Name (ARN) of the assessment.
      • assessmentReportsDestination

        public java.util.Optional<com.pulumi.core.Output<AssessmentAssessmentReportsDestinationArgs>> assessmentReportsDestination()
        Returns:
        Assessment report storage destination configuration. See `assessment_reports_destination` below.
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        Description of the assessment.
      • frameworkId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> frameworkId()
        Returns:
        Unique identifier of the framework the assessment will be created from.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        Name of the assessment.
      • roles

        public java.util.Optional<com.pulumi.core.Output<java.util.List<AssessmentRoleArgs>>> roles()
        Returns:
        List of roles for the assessment. See `roles` below.
      • rolesAlls

        public java.util.Optional<com.pulumi.core.Output<java.util.List<AssessmentRolesAllArgs>>> rolesAlls()
        Returns:
        Complete list of all roles with access to the assessment. This includes both roles explicitly configured via the `roles` block, and any roles which have access to all Audit Manager assessments by default.
      • scope

        public java.util.Optional<com.pulumi.core.Output<AssessmentScopeArgs>> scope()
        Returns:
        Amazon Web Services accounts and services that are in scope for the assessment. See `scope` below. The following arguments are optional:
      • status

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> status()
        Returns:
        Status of the assessment. Valid values are `ACTIVE` and `INACTIVE`.
      • tags

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

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
        Deprecated.
        Please use `tags` instead.