Class CfnApplicationProvider

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
All Implemented Interfaces:
IInspectable, IEnvironmentAware, IApplicationProviderRef, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)", date="2026-08-10T14:51:12.569Z") @Stability(Stable) public class CfnApplicationProvider extends CfnResource implements IInspectable, IApplicationProviderRef
An application provider that can be used to connect an AWS managed application or customer managed application to IAM Identity Center.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.sso.*;
 CfnApplicationProvider cfnApplicationProvider = CfnApplicationProvider.Builder.create(this, "MyCfnApplicationProvider").build();
 

See Also:
  • Field Details

    • CFN_RESOURCE_TYPE_NAME

      @Stability(Stable) public static final String CFN_RESOURCE_TYPE_NAME
      The CloudFormation resource type name for this resource class.
  • Constructor Details

    • CfnApplicationProvider

      protected CfnApplicationProvider(software.amazon.jsii.JsiiObjectRef objRef)
    • CfnApplicationProvider

      protected CfnApplicationProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • CfnApplicationProvider

      @Stability(Stable) public CfnApplicationProvider(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnApplicationProviderProps props)
      Create a new AWS::SSO::ApplicationProvider.

      Parameters:
      scope - Scope in which this resource is defined. This parameter is required.
      id - Construct identifier for this resource (unique in its scope). This parameter is required.
      props - Resource properties.
    • CfnApplicationProvider

      @Stability(Stable) public CfnApplicationProvider(@NotNull software.constructs.Construct scope, @NotNull String id)
      Create a new AWS::SSO::ApplicationProvider.

      Parameters:
      scope - Scope in which this resource is defined. This parameter is required.
      id - Construct identifier for this resource (unique in its scope). This parameter is required.
  • Method Details

    • arnForApplicationProvider

      @Stability(Stable) @NotNull public static String arnForApplicationProvider(@NotNull IApplicationProviderRef resource)
      Parameters:
      resource - This parameter is required.
    • isCfnApplicationProvider

      @Stability(Stable) @NotNull public static Boolean isCfnApplicationProvider(@NotNull Object x)
      Checks whether the given object is a CfnApplicationProvider.

      Parameters:
      x - This parameter is required.
    • inspect

      @Stability(Stable) public void inspect(@NotNull TreeInspector inspector)
      Examines the CloudFormation resource and discloses attributes.

      Specified by:
      inspect in interface IInspectable
      Parameters:
      inspector - tree inspector to collect and process attributes. This parameter is required.
    • renderProperties

      @Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
      Overrides:
      renderProperties in class CfnResource
      Parameters:
      props - This parameter is required.
    • getApplicationProviderRef

      @Stability(Stable) @NotNull public ApplicationProviderReference getApplicationProviderRef()
      A reference to a ApplicationProvider resource.
      Specified by:
      getApplicationProviderRef in interface IApplicationProviderRef
    • getAttrApplicationProviderArn

      @Stability(Stable) @NotNull public String getAttrApplicationProviderArn()
      The ARN of the application provider.
    • getAttrDisplayData

      @Stability(Stable) @NotNull public IResolvable getAttrDisplayData()
      A structure that describes how IAM Identity Center represents the application provider in the portal.
    • getAttrFederationProtocol

      @Stability(Stable) @NotNull public String getAttrFederationProtocol()
      The protocol used to federate to the application provider.
    • getAttrResourceServerConfig

      @Stability(Stable) @NotNull public IResolvable getAttrResourceServerConfig()
      A structure that describes the configuration of a resource server.
    • getCfnProperties

      @Stability(Stable) @NotNull protected Map<String,Object> getCfnProperties()
      Overrides:
      getCfnProperties in class CfnResource
    • getCfnPropertyNames

      @Stability(Stable) @NotNull protected Map<String,String> getCfnPropertyNames()
      Overrides:
      getCfnPropertyNames in class CfnResource