1. Packages
  2. AWS Native
  3. API Docs
  4. auditmanager
  5. getAssessment

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.auditmanager.getAssessment

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    An entity that defines the scope of audit evidence collected by AWS Audit Manager.

    Using getAssessment

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getAssessment(args: GetAssessmentArgs, opts?: InvokeOptions): Promise<GetAssessmentResult>
    function getAssessmentOutput(args: GetAssessmentOutputArgs, opts?: InvokeOptions): Output<GetAssessmentResult>
    def get_assessment(assessment_id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetAssessmentResult
    def get_assessment_output(assessment_id: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetAssessmentResult]
    func LookupAssessment(ctx *Context, args *LookupAssessmentArgs, opts ...InvokeOption) (*LookupAssessmentResult, error)
    func LookupAssessmentOutput(ctx *Context, args *LookupAssessmentOutputArgs, opts ...InvokeOption) LookupAssessmentResultOutput

    > Note: This function is named LookupAssessment in the Go SDK.

    public static class GetAssessment 
    {
        public static Task<GetAssessmentResult> InvokeAsync(GetAssessmentArgs args, InvokeOptions? opts = null)
        public static Output<GetAssessmentResult> Invoke(GetAssessmentInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAssessmentResult> getAssessment(GetAssessmentArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:auditmanager:getAssessment
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getAssessment Result

    The following output properties are available:

    Arn string
    AssessmentId string
    AssessmentReportsDestination AssessmentReportsDestination
    CreationTime float64
    Delegations []AssessmentDelegation
    The list of delegations.
    Roles []AssessmentRole
    The list of roles for the specified assessment.
    Scope AssessmentScope
    Status AssessmentStatus
    Tags Tag
    The tags associated with the assessment.
    arn String
    assessmentId String
    assessmentReportsDestination AssessmentReportsDestination
    creationTime Double
    delegations List<AssessmentDelegation>
    The list of delegations.
    roles List<AssessmentRole>
    The list of roles for the specified assessment.
    scope AssessmentScope
    status AssessmentStatus
    tags List<Tag>
    The tags associated with the assessment.
    arn string
    assessmentId string
    assessmentReportsDestination AssessmentReportsDestination
    creationTime number
    delegations AssessmentDelegation[]
    The list of delegations.
    roles AssessmentRole[]
    The list of roles for the specified assessment.
    scope AssessmentScope
    status AssessmentStatus
    tags Tag[]
    The tags associated with the assessment.
    arn String
    assessmentId String
    assessmentReportsDestination Property Map
    creationTime Number
    delegations List<Property Map>
    The list of delegations.
    roles List<Property Map>
    The list of roles for the specified assessment.
    scope Property Map
    status "ACTIVE" | "INACTIVE"
    tags List<Property Map>
    The tags associated with the assessment.

    Supporting Types

    AssessmentAwsAccount

    EmailAddress string
    Id string
    Name string
    EmailAddress string
    Id string
    Name string
    emailAddress String
    id String
    name String
    emailAddress string
    id string
    name string
    emailAddress String
    id String
    name String

    AssessmentAwsService

    AssessmentDelegation

    AssessmentDelegationStatus

    AssessmentReportDestinationType

    AssessmentReportsDestination

    AssessmentRole

    AssessmentRoleType

    AssessmentScope

    AwsAccounts []AssessmentAwsAccount
    The AWS accounts included in scope.
    AwsServices []AssessmentAwsService
    The AWS services included in scope.
    awsAccounts List<AssessmentAwsAccount>
    The AWS accounts included in scope.
    awsServices List<AssessmentAwsService>
    The AWS services included in scope.
    awsAccounts AssessmentAwsAccount[]
    The AWS accounts included in scope.
    awsServices AssessmentAwsService[]
    The AWS services included in scope.
    aws_accounts Sequence[AssessmentAwsAccount]
    The AWS accounts included in scope.
    aws_services Sequence[AssessmentAwsService]
    The AWS services included in scope.
    awsAccounts List<Property Map>
    The AWS accounts included in scope.
    awsServices List<Property Map>
    The AWS services included in scope.

    AssessmentStatus

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi